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 |
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
What is a GDG
What is a PROC? What is the difference between an instream and a catalogued PROC?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
In how ways you can pass the data from Jcl to cobol ?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
What is the function of the dd mgmtclas keyword in sms datasets?
How does jcl act on a cobol code?
i have step1,step2,step3 from where can i start coding cond parameter ?
mainframe questions like basic&depth
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file