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 |
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
What is the difference between the JOBLIB and the STEPLIB statements?
can we bowse or edit the GDG dataset if it is a tape entry?
Explain the function of dd disp parameter?
how to create gdg with out using idcams utility
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
Max generations in GDG??
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
SORT card to eliminate duplicity.
In job processing, what happens in conversion stage?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.