S9(5)V9(2) occupies how many bytes memory ?

Answer Posted / vaneesh

Only 7 bytes will be occupied.
Sign 's' will be stored as Zooned decimal (punch char).
and V will be only an assumed decimal which is stored
internally.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to enter and display the names of students in a class using the occurs clause.

640


What is the use of intialize verb?

735


How do you get the data to code the BMS macro?

1466


What are the different rules for performing sort operation?

749


What are 77 levels used for?

648






How do you reference the following file formats from cobol programs?

685


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

664


Explain how you can characterize tables in cobol?

631


What are the different rules of SORT operation?

689


How you can characterize tables in cobol?

706


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1103


Explain the configuration section of a cobol program with examples of syntax.

645


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2713


Define cobol?

850


Difference between array and sub-script ?

1147