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 is the purpose of coding notify parameter in job statement?
How jcl is used for testing batch programs?
List in order the hierarchical levels of jcl?
How can an in-stream dataset be terminated?
Which statement is used to identify the private libraries in job?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain the purpose of dd dummy statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
when does a dataset go uncataloged?
How can return codes be tested before execution of a job step?
What does a disposition of (new,catlg,keep) for a dsn mean?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Are there any set of rules for the names of the steps used in a job?
Is their any set of rules for dd? Explain.