Explain in DD statement what is the use of DCB parameter?
No Answer is Posted For this Question
Be the First to Post Answer
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
How to find the number of duplicates in a file using Sort?
If job is submitted with typerun = hold then how can we submit the same job?
When will we need to specify Space parameter ?
can we maintain 2 generations with different Lengths in Same GDG ?
Name the system library from which modules are retrieved at execution
What are the default system and catalog libraries in JCL?
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?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
How many extents are possible for a sequential file ? For a VSAM file ?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How do you access a file that had a disposition of KEEP?