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 / ashis
browse the file in Start 3.4 option then see whether data
and index present. this the only way. how u can identify
only looking into it without doing anything else. Probably
God can identify by looking into it.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
what is DD statement is used in JCL?
What do you understand by jcl?
what is “Cond= even” and “Cond=only”?
List in order the hierarchical levels of jcl?
what is the compile process of cobol program expalin with code
Explain the purpose of dd * statement in jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
When space is allocated for an output dataset, what units can be used?
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
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
In sms datasets, what is the function of the dd mgmtclas keyword?
Where can program checkpoints be stored for use in a restart?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Must tape dataset definitions include vol=ser specifications?
What is the purpose of disp parameter?