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 |
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the difference between joblib and jcllib statements
How is a dataset passed from one step to another?
what is use of disp parameter in dd statement?
Explain COND used in JCL?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
Explain the function of dd name parameter with a 2 part structure; audit.report?
do we need to mention the location of catalogued procedure for each it's call in a single job?
How many positional parameters are there in job statement?
Explain about ISPF/TSO Commands
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step