What 3 guidelines do we have to follow when concatenating DD
statements?

Answer Posted / muttaiah

1) The dataset should be of same type meaning if you are
concatenating a PDS then other ds should be pds only & ps-
Ps)
2) They should have same format and LRECL
3) If the dataset's have diff blocksize then the dataset
with Largest block size should be coded first
4) All the datasets should reside on the same unit(device).
however the volume serial number can differ
5) we can concatenate 16 PDS & 255 PS files

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can a stopped job be started again?

707


Explain the function of the steplib dd statement?

642


how you will the direct the data to spool using sysout option?

1761


how you can direct the data to spool using SYSOUT option?

924


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

603






Must tape dataset definitions include vol=ser specifications?

979


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

743


In job processing, what happens in conversion stage?

736


In job processing, what happens in execution stage?

696


When output dataset space is required, what quantity categories are used?

825


What is the function of the steplib dd statement?

740


How do you access an uncatalogued dataset in a jcl?

726


Explain the jcl exec statement?

645


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

935


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

923