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 |
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
What is the difference between primary and secondary allocations for a dataset?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
how to run JCL thru COBOL.
What is the max blocksize for a Tape file?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
Can we create VSAM file by using IEBGENER?
What is JCL LIB ?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
what is use of space parameter in dd statement?
I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.