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 |
if we give TIME=0 how many sec that job/step
What is JOBLIB ?
How to execute only th 15th step of JCL consisting of 50 steps?
Can we write same stepname for one or more steps in on job ?
How to execute step2,step1, step3 if step1,2,3 are in order
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
What is the exact difference between PRTY and DPRTY
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
Can we change a FB file to VB file in JCL? Please help
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
Suppose I have five jobs to do. But I want to hold one?