What are hierarchy levels in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the difference between catalogue procedure and In-Stream procedure?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
which statement is used to end the in-stream procedure in a jcl?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
What is the use of ikjeft1b utility in jcl?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
How can u know the current date using jcl?
Can a job have only steplib and no joblib ?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???