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 |
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
What is the purpose of dd * statement in jcl?
Can we delete the data using IEFBR14 , IEBGENER??
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
How can a fb file convert to vb file using sort program?
Explain about LMQUERY�give a dialog information about a data set
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Give the syntax of job specifying jcl statement.
wht happens if cond=true ? pls give me with an example ?
What is the purpose of include statement in a JCL?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?