I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / sudha
you can have any number of job cards in a single jcl.only
the job steps is limited to 255 steps
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the purpose of the dd keylen parameter?
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.
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain the hierarchy levels in jcl?
Can I send output of job to my remote device careerride123?
What is timing concept in mainframe?
Explain the jcl exec statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
List the various advantages of using jcl language?
Explain how can values be passed from the job stream to an executable program?
What are steplib and joblib? What for they are used?
What do you understand by the term job time – out and how can you overcome that?