What is the function of the dd dcb keyword?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of temporary files?
how to code instream data in procedure?
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?
How to send notification to multiple users through jcl???
Describe the JOB statement, its meaning, syntax and significant keywords?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
Explain about ISPFTTRC
How to create delta file using JCL
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What 3 guidelines do we have to follow when concatenating DD statements?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario