after submiting the jcl.how do you know that the job has
been completed.
Answer Posted / 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 |
Post New Answer View All Answers
what is the compile process of cobol program expalin with code
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What are the utility programs in jcl?
Is it possible to define dd statements as you want?
how can you check if a file is empty using jcl?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is the function of a dd statement?
Are there any set of rules for the names of the steps used in a job? What are they?
Explain how can a stopped job be started again?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How is the record format of an output dataset specified?
How jcl is used for testing batch programs?