If Region=0k means What Happen?
Answers were Sorted based on User's Feedback
Answer / ram
it takes the all available memory of that device.
here we con't estimate the abnormal behaviour of the job,
i.e, we dont know how the job allocated and executed
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sushant kumar mohanty
All available storage is assigned to the job or job step, If REGION is coded as 0K or 0M.
| Is This Answer Correct ? | 8 Yes | 0 No |
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
Can we use DISP=SHR in output file in JCL
what is a jcl?
How to run cobol program using jcl?
What are the utility programs in jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
Is condition checking possible in jcl? If yes, how?
Explain about LMFREE�free data set from its association with data ID
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
What is the purpose of the dd keylen parameter?