how do u see jobs submitted before ur job ?
Answer / harsha
Go to your IOF/SPOOL and type 'OWNER *' on the command
line. Hit enter. It will list all jobs running on the
system including yours in ascending orders.
| Is This Answer Correct ? | 7 Yes | 1 No |
What is 'S0C7' abend?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how to skip the steps in JCl
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
What are the default system and catalog libraries in JCL?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?