01 b pic +9(4)
How many bytes it will take for storage???
Answer Posted / guest
5 bytes.
As usage caluse is not mentioned, default usage clause
which is "Display" will be used for b. Display uses 1 byte
for every character data. So 1 byte of sign(+) and other 4
bytes of pic 9(4). Total 5 bytes will be used.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between next sentence and continue in cobol programing language?
how can i see junk values in dclgen or in hostvariable of comp ?
what happens if parmparameter passes zero bytes to the program
How do you reference the following file formats from cobol programs?
what is difference between cobol and cobol/400
What are the pertinent COBOL commands?
What is the Purpose of Pointer in the string?
Explain how to differentiate call by context by comparing it to other calls?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are various search techniques in cobol? Explain.
What is the LINKAGE SECTION used in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Write the code implementing the perform … varying.
Differentiate between structured cobol programming and object-oriented cobol programming.