What will happen if two JOB statements are mentioned in an
JCL continuously.
Answers were Sorted based on User's Feedback
Answer / amarnadh reddy
Hi,
If we wrote two job statements in one jcl, if we need to
write atleast one step within one job statement.
after submitted this jcl we can get multiple sysouts in
spool. that means independently display in spool.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / vikram`
We will be getting JCl geting from 2nd Job statement
onwards and the first job statement alone willl be
submitted and it gets
executed.
| Is This Answer Correct ? | 0 Yes | 1 No |
Is Default for MSGCLASS = (1,1) ?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
a dd statement has 2 types of parameters. Name them?
Explain about User Information
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
What is the max blocksize for a Tape file?
What is the difference between primary and secondary allocations for a dataset?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
What are the parameter we cannot use in procedure?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What are the difference between jcl and jes?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?