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
What is the function of job statement in jcl?
What are the difference between jcl and jes?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How can a stopped job be started again?
How does jcl specify the job to the operating system?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
In job processing, what happens in execution stage?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the function of //jcllib statement?
Does jcl support automatic restart?
how you can access an uncataloged dataset in a JCL?
What are the rules employed while naming the steps in a job?