after submiting the jcl.how do you know that the job has
been completed.
Answers were Sorted based on User's Feedback
Answer / mimo
You can either check your JOB spool or JES
BUT if you added NOTIFY='user' on your JCL then you will
receive a confirmation message when job the ends.
| Is This Answer Correct ? | 25 Yes | 0 No |
Answer / p.j.karthikeyan
NOTIFY=&SYSUID in the Job card will throw an RC(Return
Code) one the job is completed
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / vimal raj
You can see your job completion in you IOF, with the job
name and your job id
| Is This Answer Correct ? | 7 Yes | 0 No |
What dd statement is used to supply the name of a dataset?
What is the purpose of dd dummy statement?
How do you check the syntax of a JCL without running it?
How many extents are possible for a sequential file ? For a VSAM file ?
Explain how can return codes be tested before execution of a job step?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Is condition checking possible in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?