Hi,
If a catolog proc has another proc in it, both have
ddnames dd1 and dd2. what proc will override if gave
override parameter. Here both have same step names.
Post New Answer View All Answers
What is concatenating?
What are the rules employed while naming the steps in a job?
Explain how can the submitting users racf authority be overridden in a job stream?
How do you submit a job for execution?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Which statement is used to identify the private libraries in job?
How can the attributes of one sms dataset be copied to another dataset?
Which dd parameters are required?
What does a disposition of (MOD,DELETE,DELETE) mean ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Can we call instream to catalog and catalog to instream?
What is the purpose of dd?
How dummy is used in jcl?
List in order the hierarchical levels of jcl?
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