Explain the function of dd name parameter with a 2 part structure; audit.report?
No Answer is Posted For this Question
Be the First to Post Answer
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What are steplib and joblib?
what is d/f b/w sysout & sysprint
what are the ways of passing data to a cobol program from jcl?
wht do u mean by inrec and outrec ?
List the different jcl statements that are not permitted in the procedures?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the difference between the JOBLIB and the STEPLIB statements?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How to get the last but one duplicate record of the file using Sort?