How will 128 be saved in s9 (3) comp-3
How will 12 be saved in s9 (2) comp
Answer Posted / sriram
for comp-3 will store data in packed decimal format
s9(3)comp-3
0.5+1.5=2 bytes,
for 128 it will store c128 or f128.
for comp will store data in binary format
s9(2) will occupy 2 bytes
for 12 it will store binary format i.e 12=1100
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
What do you understand by psb and acb?
What are the cobol coding sheets?
Mention the guidelines to write a structured cobol program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the different data types in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the use of intialize verb?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between Global and External Variables?
how do you reference the printer file formats from cobol programs
how do you reference the variable unblock file formats from cobol programs
IF I mention stop run in CICS what happens?