how many ways can we open i vsam file ? like print ch ids
(/) is thre any other way to open the vsam file please can
any one answer ?

Answers were Sorted based on User's Feedback



how many ways can we open i vsam file ? like print ch ids (/) is thre any other way to open the vsa..

Answer / amy

YOU CAN USE THIS JCL TOO

//STEP1 EXEC PGM=IDCAMS
//SYSIN DD *
PRINT INDATASET(SAMPLE.VSAM)
/*

Is This Answer Correct ?    4 Yes 1 No

how many ways can we open i vsam file ? like print ch ids (/) is thre any other way to open the vsa..

Answer / ashokkumar

print ids(/) ch

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More VSAM Interview Questions

What is a CA, control area?

1 Answers  


what do you mean by the repro command?

0 Answers   IBM,


How does control intervals and control areas related to each other?

0 Answers  


How can you create a VSAM dataset? Can you write a JCL for it?

4 Answers   IBM, TCS,


what are the idcams commands that can be used for vsam and explain each of them.

0 Answers   IBM,






what are the different types of vsam files available? Explain them

1 Answers   IBM,


What is a ci split?

0 Answers  


In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?

3 Answers  


What are the information stored in ci?

0 Answers  


What is the device independent method to indicate where a record is stored?

0 Answers  


What is the meaning of each of the values in SHAREOPTS(2 ?

1 Answers  


By seeing the file itself how can we identify whether it is A vsam file or flat file

7 Answers   IBM,


Categories