What is the function of the dd avgrec keyword in sms datasets?
No Answer is Posted For this Question
Be the First to Post Answer
What is JOBLIB ?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
How does the jcl specify the job to os?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
What is the function of a dd statement?
What 3 guidelines do we have to follow when concatenating DD statements?
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?