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 is S322 abend ?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
What is the difference between primary and secondary allocations for a dataset?
how do u define a file in cobol and jcl ?
wht is step lib n job lib ? where can we code joblib n steplib ?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
can we bowse or edit the GDG dataset if it is a tape entry?
Explain the function of //cntl statement?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
How are GDGs concatenated?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?