Answer Posted / rohit thakur
S1 -> p1
s2 -> p2 , cond=(0,le,s1)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of dd dummy statement?
Explain how can return codes be tested before execution of a job step?
What does a disposition of (new,catlg,keep) for a dsn mean?
What dd statement is used to supply the name of a dataset?
What is the function of the dd mgmtclas keyword in sms datasets?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the significance of addrspc parameter in exec statement?
What is condition checking in jcl? Is this possible?
What is NOTCAT ?
How do you access an uncatalogued dataset in a jcl?
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
Explain the function of job statement in jcl?
What are some jcl statements that are not allowed in procedures?
What are steplib and joblib? What for they are used?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?