How many extents are possible for a sequential file ? For a
VSAM file ?
Answers were Sorted based on User's Feedback
Answer / guest
16 extents on a volume for a sequential file and 123 for a
VSAM file.
| Is This Answer Correct ? | 46 Yes | 5 No |
Answer / reshma
16 extents for sequence file and 255 extents for Vsam
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the difference between primary and secondary allocations for a dataset?
What is order of searching of the libraries in a JCL?
Explain about SYSVAR
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
describe the dd statement,its meaning,syntax and keywords?
how to compare two datasets without using superce because output is limited to 133 bytes
What is the function of the steplib dd statement?
What is a JCL Command statement ?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.