How much space OS allocates when you create a PS or PDS?
Answers were Sorted based on User's Feedback
Answer / om prakash yadav
no. it is depends on user,
means how much u given that much space is allocated. but
after created PS or PDS you cant change the size of the
directory.
| Is This Answer Correct ? | 11 Yes | 1 No |
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 ?
How is a dataset passed from one step to another?
Can you delete the GDG base without deleting GDG generations ?
I had 100 steps in jcl i want to execute first 10 steps only?
how you will the direct the data to spool using sysout option?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
How to execute step2,step1, step3 if step1,2,3 are in order
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is order of searching of the libraries in a JCL?