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 |
Definition of COND parameter in JCL
How are GDGs concatenated?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
Is automatic restart possible in jcl?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is concatenating?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
How does the jcl specify the job to os?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
What are the utility programs in jcl?
Explain about REXX