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 |
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
What is the difference between a symbolic and an override in executing a PROC?
Is it possible to code instream data in a PROC?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
Explain the function of the dd dcb keyword?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
what is the purpose of coding class parameter in job statement?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
Explain how can a stopped job be started again?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
Is it possible to left uncode disp?