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


Please Help Members By Posting Answers For Below Questions

what is use of space parameter in dd statement?

853


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1455


Does jcl support automatic restart?

855


what are the various stages of job processing?

840


Explain how can a stopped job be started again?

742






Explain in DD statement what is the use of DCB parameter?

745


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

898


What are steplib and joblib? What for they are used?

783


What is multithreading in jcl?

1037


What is jcl in mainframe?

833


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

7255


Explain how can values be passed from the job stream to an executable program?

721


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

2009


write a jcl to execute a job by 7:00 am on jan 20,1986?

780


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5167