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
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Differentiate between addressing mode and run mode.
Is it possible to code instream data in a PROC?
How to submit a jcl from cics?
how do you access an uncataloged dataset in a jcl?
What does a disposition of (new,catlg,keep) for a dsn mean?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what JCL Procedures?
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) ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the function of the steplib dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the function of the dd dcb keyword?
how can the same proc be re-used and called by many jobs?
Explain the function of //cntl statement?