By seeing a program how we findout it is a VSAM program?
Answers were Sorted based on User's Feedback
Answer / guest
Look at the access clause -
ORGANISATION IS INDEXED /RELATIVE .
Also - you will find KEY IS clause --
Tsi two things will clarify theta progarma is using VSAM
files .
| Is This Answer Correct ? | 25 Yes | 2 No |
Answer / sorna
For KSDS and RRDS file can be idetified by organisation/Key
clause.For ESDS files we need look in to assign to AS-ddname
(ddname used in JCL).
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sathish
here use data and index name then can indentifide vsam.and
also here use define name key word.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / daya
For KSDS index and data parameters will be present
For ESDS nonindexed parameters will be persent
For RRds nunbered parameters will exists
For LDS linear parameters will exists
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sampath
In addition to file status flag, VSAM-FILESTATUS flag will
be there in program for VSAM files
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bharath putta
by seeing the idcams utility and the type of the dataset ie
numberedor indexed
| Is This Answer Correct ? | 3 Yes | 4 No |
How do you load a VSAM data set with records ?
HOW TO SORT RECORDS IN VSAM FILE?
Using Alternate Indexes in CICS pgms: ?
How to get the last record in vsam file in cluster?
What is the main function of key sequenced data set in vsam?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
what is meant by s0c-07 system abend codes?
looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?
explain the differences between vsam and non-vsam files
Do all versions of the GDG have to be of the same record length ? is it possible to ovverride the dcb of the model dataset?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
What is the index set?