On the DD statement, what is the main difference between
creating a new sequential flat file and a partitioned dataset?
Answer Posted / 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 View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
How do you overcome this limitation ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Are there any set of rules for the names of the steps used in a job? What are they?
Why block size is multiple of lrecl in jcl?
Mention the types of job control statements?
What are the parameters that are used in creating a gdg?
Explain the job statement in jcl?
Is it possible to define dd statements as you want?
how to do automated restart when a job abends?
How can an in-stream dataset be terminated?
What statement can be used to send data to another mvs jes3 node?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.