How to do automated restart when a job abend?
No Answer is Posted For this Question
Be the First to Post Answer
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
What are the jcl procedures?
What is JOBLIB ?
once we submitted the job to the operating system, how can we cancel the job before execution?
Can a job have only steplib and no joblib ?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
Is condition checking possible in jcl?
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
How to print data of sequential file to Spool..?
how many members can be created inside a single pds?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
what is the function of spool command?