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 ? | 0 Yes | 3 No |
Post New Answer View All Answers
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the use of disp parameter?
Explain the function of //jcllib statement?
In job processing, what happens in conversion stage?
When output dataset space is required, what quantity categories are used?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the function of a dd statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Does jcl support automatic restart?
How can unused space allocation be returned to the system when a dataset is closed?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Brief description of inline procedure of jcl.
What is the function of //cntl statement?
Can I share my data with other jobs? How?