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 |
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
What is use of restart and how to use it?
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.
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
what is a cataloged procedure ?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
Can we change the LIMIT of GDG?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
What do you know about jcl?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?