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 |
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
Where & How Do You Code Identifier In Jcl?
Explain how can return codes be tested before execution of a job step?
How do you access a file that had a disposition of KEEP?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
is step name is compulsory in jcl ?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
i have a string of 80 chars i want to replace 4th char with "a"?