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?
Answer Posted / raghuram
If the file is getting created in the job, we can identify it as it will be created by giving CI (control interval, CA (control area) parameters which are specific to VSAM creation
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to submit a jcl from cics?
How does jcl act on code(if you take a cobol program)?
What is catelog procedure and how many catelog procedure to use in one job?
what operation is performed by job statement?
which parameter is used to check the syntax of a jcl without executing it?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
A dd statement consists of 4 fields. Name them?
Give the syntax of job specifying jcl statement.
which utility is used a dummy utility?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Can an individual step be restricted from using all the jobs allowed cpu time?
How to submit jcl through a cobol program?
What is the function of a dd statement?
Why include statement is used in a jcl?