what is fixed length and variable length and difference
between them
Answer / prathyusha
Fixed length:legth of record is fixed and when a data is inserted should of same size if not abend sd37error exits
Variable length:length of recor can vary.
Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
What is 'S0C7' abend?
What is NOTCAT 2
do we need to mention the location of catalogued procedure for each it's call in a single job?
Differentiate between addressing mode and run mode.
What is jcl in mainframe?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Explain about LMPUT-
What is a GDG
The maximum number of in-stream procedure you can code in any JCL is ?
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?