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
Name the divisions, which are available in a cobol program?
How are the next sentence and continue different from each other?
What is the LINKAGE SECTION used in COBOL?
) How do u handle errors in BMS macro
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between structured cobol programming and object alternativelyiented cobol?
How can you get the ksds file records into your cobol program?
How to know whether the module is dynamical or statistical?
Write a program to enter and display the names of students in a class using the occurs clause.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Name some of the examples of COBOl 11?
) How do u handle errors in BMS macro?
Write the code to count the sum of n natural numbers.
How to print 10 to 1 if the input have only 10 digit number?