Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is an RBA in rrds? What does it do? What is it used for?

5 Answers   CTS,


what is the meaning of dynamic processing in vsam?

0 Answers   IBM,


FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS

2 Answers  


Using alternate indexes in cics program?

0 Answers  


On which datasets You can have ALT INDEX?

2 Answers  


Using Alternate Indexes in CICS pgms: ?

1 Answers  


HOW TO SORT RECORDS IN VSAM FILE?

3 Answers  


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?

0 Answers  


Alt key is used for what type of vsam file

3 Answers  


What is a cluster?

2 Answers  


what is the difference between vsam and dataset how do u create vsam dataset which file you r used?

2 Answers   Fidelity,


Explain the meaning and syntax for the START command. ?

4 Answers   IBM,


Categories