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 / becky
JCL contains EXEC PGM=IDCAMS for doing any operation in VSAM. From that we can identify VSAM file is used in the JCL by seeing the JCL code itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Does jcl support automatic restart?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Describe the various parameters utilized in the creation of a gdg?
What is the function of job statement in jcl?
a dd statement has 2 types of parameters. Name them?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Explain how can a jobs execution priority be modified?
Must tape dataset definitions include vol=ser specifications?
Is it possible to define dd statements as you want?
What is the use of symbol // in jcl?
How is the record format of an output dataset specified?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how to do automated restart when a job abends?