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 |
Using alternate indexes in cics program?
Do all versions of the GDG have to be of the same record length ?
What are the types of VSAM datasets?
What is a sequence set?
there are seven idcams commands in vsam. Can you name and explain each of them?
What is SHAREOPTS ?
What is a path?
What is a vsam dataset?
What is IDCAMS ?
What are the different dataset organizations used in vsam?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
Define base cluster?