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 ?
Answers were Sorted based on User's Feedback
Answer / prachi
You can have multiple job statements(job card) in one JCL.
| Is This Answer Correct ? | 41 Yes | 3 No |
Answer / veer
i completely agreed with Prachi we can defined more than one
"job card" in a single JCL.....
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / vinay sonar
You can have max 1 job card in a job.For multiple job card
your job-id should be same
| Is This Answer Correct ? | 6 Yes | 3 No |
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
In DCB, what is LRECL,BLKSIZE,DSORG
What are some jcl statements that are not allowed in procedures?
What does S0C4 error mean?
What is default if we don't specify RD parameter at all ?
How are GDGs concatenated?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
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) ?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
What does the statements: typrun=scan and typrun=hold do in a JCL statement
wht r different types of sorts ?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???