In jcl i have 255 steps. In 255 step i declared proc. In proc
i have 20 steps this job is executable or not? why?
Answer Posted / ch.mohan
no it can't
maximum 255 step using and after in proc we have only 15
time we r using
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does the jcl specify the job to os?
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
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' ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Name a few IBM utility programs, and explain its function.
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the function of job statement in jcl?
What is the use of symbol // in jcl?
how you will the direct the data to spool using sysout option?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What do you understand by jcl?
Explain the purpose of dd dummy statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to submit a jcl from cics?
which parameter is use to declare the name of dataset in dd statement?