By looking into JCL can we identify the dataset is VSAM
(VSAM dataset supposed to be a input dataset).In this
scenerio how will we identify the dataset is VSAM ?
Answers were Sorted based on User's Feedback
Answer / vikas pujar
Its not possible to identify if Input file is VSAM or not just by looking at JCL. Usually companies have naming conventions for for DDnames. If VSAM, use V1234, If Sequential use I3456 , If output file O5678. So if use these we can identify.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / aveo
I doubt , but we can check with 3.4 .. it will show the
base cluster
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / seemant kumar
Actually u can't see the file directly by 3.4 on ibm z/os
system. u have to go for file management menu. then u can
browse the vsam file
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raghav
Its not possible to identify just by seeing job,
one way to know is try to do hyper Browse on that file, If
it opens then its not a VSAM.
How to do Hyper browse:
Tpye HB on command line and keep the cursor on that file
and press enter, if its a seq file it will be opened in
browse mode.
| Is This Answer Correct ? | 1 Yes | 0 No |
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
what is the purpose of the verify function of idcams?
What is the meaning of each of the values in SHAREOPTS(2 ?
What is the procedure for running the batch job in mainframe?
What is the place for VSAM KSDS?
What is a sequence set?
How to rename one vsam file as well as it's index?
What is IDCAMS? and what is the purpose of it?
what do you mean by idcams? Explain its purpose?
When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????
what is a base cluster in vsam?
Do all versions of the GDG have to be of the same record length ?