What happens when you open an empty VSAM file in a COBOL
program for input?
Answers were Sorted based on User's Feedback
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 |
Answer / vinodh
Will result in
IDC3351I ** VSAM OPEN RETURN CODE IS 160
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / jitendra kumar r
use OPTION key word after the select in file control.
| Is This Answer Correct ? | 2 Yes | 1 No |
What is an RBA in rrds? What does it do? What is it used for?
what is the meaning of dynamic processing in vsam?
FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS
Using alternate indexes in cics program?
On which datasets You can have ALT INDEX?
Using Alternate Indexes in CICS pgms: ?
HOW TO SORT RECORDS IN VSAM FILE?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
Alt key is used for what type of vsam file
What is a cluster?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
Explain the meaning and syntax for the START command. ?