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

Difference between cobol and cobol-ii?

705


What guidelines should be followed to write a structured cobol prgm?

673


What is comp-1 and comp-2?

764


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


How many sections are there in data division in COBOL?

678






How to know whether the module is dynamical or statistical?

656


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


What are the different open modes available in cobol?

721


What is the difference between PIC 9.99 and 9v99 in COBOL?

732


What are all the divisions of a COBOL program?

665


Whats the difference between search & search ALL?

5264


Explain how to differentiate call by context by comparing it to other calls?

689


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10610


What is a scope terminator give example?

657


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

717