what happens when time=0 is given in jcl code.
what happens when blksize=0 is given in jcl code.
what is symbolic and overriding parameters and a example
program.
Answer Posted / mohan.chepuri
time=0 the job not submitted
blksize=0 then block size is empty it to jcl error
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
What is the function of //cntl statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
What are steplib and joblib? What for they are used?
what are JCLLIB and STEPLIB in JCL?
How can the attributes of one sms dataset be copied to another dataset?
What is concatenating?
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
Is their any set of rules for dd? Explain.
How can an in-stream dataset be terminated?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what JCL Procedures?
Differentiate between the joblib and the steplib statements?
Is condition checking possible in jcl? If yes, how?
In job processing, what happens in execution stage?