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
Matching Logic in Jcl not in cobol.Could any one please answer this question
how JCL works?
what is use of dcb parameter in dd statement?
how would you create a temporary dataset? And where will you use them?
Suppose I have five jobs to do. But I want to hold one?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the purpose of dd * statement in jcl?
How can the submitting users racf authority be overridden in a job stream?
what operation is performed by job statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the difference between the positional and keyword parameters? Give examples.
How does the jcl specify the job to os?
What is the function of the dd mgmtclas keyword in sms datasets?
How jcl work to handle various input output file operations?
how can you check if a file is empty using jcl?