How many JOB statements a JCL can have ? If there are more
than one JOB statements in a JCL, are they submitted in
succession or in parallel ?
Answer Posted / saisankar
only one job statement has to be there in jcl.
for info:saisankar85@gmail.com
| Is This Answer Correct ? | 5 Yes | 16 No |
Post New Answer View All Answers
What are the rules employed while naming the steps in a job?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
When output dataset space is required, what quantity categories are used?
What is one line to pass PARM from JCL to COBOL?
Explain how can an in-stream dataset be terminated?
what JCL Procedures?
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 is the motivation behind coding class parameter in job statement?
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' ?
What is job control language?
what is “Cond= even” and “Cond=only”?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
What do you know about jcl?