By seeing a program how we findout it is a VSAM program?

Answers were Sorted based on User's Feedback



By seeing a program how we findout it is a VSAM program?..

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

By seeing a program how we findout it is a VSAM program?..

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

By seeing a program how we findout it is a VSAM program?..

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

By seeing a program how we findout it is a VSAM program?..

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

By seeing a program how we findout it is a VSAM program?..

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

By seeing a program how we findout it is a VSAM program?..

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

Post New Answer

More VSAM Interview Questions

Using alternate indexes in cics program?

1 Answers  


Do all versions of the GDG have to be of the same record length ?

3 Answers   IBM, iNautix,


What are the types of VSAM datasets?

3 Answers   IBM,


What is a sequence set?

1 Answers  


there are seven idcams commands in vsam. Can you name and explain each of them?

1 Answers   IBM,


What is SHAREOPTS ?

2 Answers  


What is a path?

1 Answers  


What is a vsam dataset?

1 Answers  


What is IDCAMS ?

2 Answers  


What are the different dataset organizations used in vsam?

1 Answers  


we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.

1 Answers   IBM,


Define base cluster?

1 Answers  


Categories