What 3 guidelines do we have to follow when concatenating DD
statements?
Answer Posted / sandy lofton
1. The dataset with the largest blocksize must be listed
first.
2. If concatenated datasets are libraries and contain same
name members, the first one found will be used.
3. Order is important: Disk first, tape second, cards
third.
Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
what is use of space parameter in dd statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Does jcl support automatic restart?
what are the various stages of job processing?
Explain how can a stopped job be started again?
Explain in DD statement what is the use of DCB parameter?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What are steplib and joblib? What for they are used?
What is multithreading in jcl?
What is jcl in mainframe?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Explain how can values be passed from the job stream to an executable program?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.