after submiting the jcl.how do you know that the job has
been completed.
Answer Posted / 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 |
Post New Answer View All Answers
what is DSN in JCL and what are the parameters to declare the DSN?
how you can direct the data to spool using SYSOUT option?
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?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
a dd statement has 2 types of parameters. Name them?
when can a job time-out occur? How to overcome that?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
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' ?
Name what parameter directs the output of the job log dataset?
Explain the function of the dd dcb keyword?
What are steplib and joblib?
what is DD statement is used in JCL?
What are some jcl statements that are not allowed in procedures?
In sms datasets, what is the function of the dd mgmtclas keyword?
For what purpose steplib and joblib are used ?