How to do automated restart when a job abend?
No Answer is Posted For this Question
Be the First to Post Answer
What are SD37, SB37, SE37 abends?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
what are JCLLIB and STEPLIB in JCL?
How can the disposition of sysout datasets be set for an entire jobstream?
read all error codes like SB07?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
what does mvs stand for?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
In sms datasets, what is the function of the dd avgrec keyword?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?