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...


How to insert values for variables that are declared as
COMP-3 variables in COBOL program in an already created
VSAM file.

Answers were Sorted based on User's Feedback



How to insert values for variables that are declared as COMP-3 variables in COBOL program in an al..

Answer / rookie

Did you mean how to insert values directly in the file....

If then open the file directly thru some utility...and edit
the field using HEX OFF option....

Is This Answer Correct ?    1 Yes 0 No

How to insert values for variables that are declared as COMP-3 variables in COBOL program in an al..

Answer / guest

thats gr8. consider this situation. Since i am using COMP-3
variables, i have allocated only 10 bytes while i created
VSAM. But then i want to edit variables of 20 bytes. How to
then?

Is This Answer Correct ?    1 Yes 0 No

How to insert values for variables that are declared as COMP-3 variables in COBOL program in an al..

Answer / guest

Hi,

Just create a coy book layout for the VSAM data set.

Usein FileAid specify the copy book and select the VSAM
file. (use EDIT mode )

It will list all the column. Just specify you data or do
edit.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VSAM Interview Questions

What is a cluster?

2 Answers  


What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?

1 Answers  


explain in brief what are the 3 types of vsam files?

0 Answers   IBM,


What is the catalog?

1 Answers  


Explain the function of the relative record data set?

0 Answers  


what is the difference b/w sequential and ESDS

6 Answers   EDS, IBM, Maples,


What are the building blocks used in vsam datasets?

0 Answers  


What is the biggest disadvantage of using a vsam dataset?

0 Answers  


what do you mean by a shareoptions parameter (shr) in define cluster command?

0 Answers   IBM,


What is the purpose of the FILE STATUS clause in the SELECT statement?

1 Answers  


How do I declare the KSDS vsam so that I can store a reocrd with variable length?.

2 Answers  


can we create vsam files on multiple volumes ?

3 Answers   Tech Mahindra,


Categories