What happens when you open an empty VSAM file in a COBOL
program for input?

Answers were Sorted based on User's Feedback



What happens when you open an empty VSAM file in a COBOL program for input?..

Answer / saravanan k

You will get a file status of 35

Is This Answer Correct ?    15 Yes 1 No

What happens when you open an empty VSAM file in a COBOL program for input?..

Answer / guest

A VSAM file that has never contained a record is treated as
unavailable. Attempting to open for input will fail. An
empty file can be opened for output only. When you open for
output, COBOL will write a dummy record to the file & then
delete it out.

Is This Answer Correct ?    15 Yes 5 No

What happens when you open an empty VSAM file in a COBOL program for input?..

Answer / vinodh

Will result in
IDC3351I ** VSAM OPEN RETURN CODE IS 160

Is This Answer Correct ?    10 Yes 0 No

What happens when you open an empty VSAM file in a COBOL program for input?..

Answer / jitendra kumar r

use OPTION key word after the select in file control.

Is This Answer Correct ?    2 Yes 1 No

What happens when you open an empty VSAM file in a COBOL program for input?..

Answer / sekhar

soc4 earrer will occer

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More VSAM Interview Questions

explain how can you initialize a vsam file before any operation?

0 Answers   IBM,


How do you calculate record size of an alternate cluster? Give your values for both unique and nonunique.

1 Answers   IBM,


is delete operation supported in an esds? Is rewrite operation possible in esds?

0 Answers   IBM,


How vsam datasets are cataloged?

1 Answers   Ordain Solutions,


What is the main purpose of having user catalog in vsam?

0 Answers  






what is the concept of AIX in vsam ????

1 Answers   HCL,


What is speed parameters in define cluster command?

0 Answers  


can we access sequential files online

4 Answers   Cap Gemini, GS,


how do you create an alternate index ?

0 Answers   IBM,


when u r using repro command what happens if both infile and outfile names same

4 Answers  


What are the information stored in ci?

0 Answers  


What is a ci split?

0 Answers  


Categories