On the DD statement, what is the main difference between
creating a new sequential flat file and a partitioned dataset?

Answers were Sorted based on User's Feedback



On the DD statement, what is the main difference between creating a new sequential flat file and a ..

Answer / guest

SPACE=(n,m) for a sequential file, SPACE=(n,m,p) for a PDS
where n, m, and p are numbers. The p designates how many
directory blocks to allocate.

Is This Answer Correct ?    4 Yes 0 No

On the DD statement, what is the main difference between creating a new sequential flat file and a ..

Answer / guest

also in dcb parameter u can give ps for seq. files and po
for pds.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More JCL Interview Questions

how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???

1 Answers  


Min no of member?s (PDS) in one directory block?

10 Answers  


Explain the purpose of dd dummy statement?

0 Answers  


how do you code a null statement?

0 Answers   IBM,


What statement can be used to send data to another mvs jes3 node?

0 Answers  






Explain the function of //jcllib statement?

0 Answers  


i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.

1 Answers   TCS,


which utility is used a dummy utility?

0 Answers   IBM,


What is the purpose of dd dummy statement?

0 Answers  


how to purge 50 initiators continuously?? console commands??

4 Answers   IBM, ups,


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

0 Answers   IBM,


THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".

2 Answers  


Categories