Answer Posted / sunny kalra
Packed Decimal representation. Two digits are stored in each byte. Last nibble is for
sign. (F for unsigned positive, C for signed positive and D for signed negative)
Formula for Bytes: Integer ((n/2) + 1)) => n is number of 9s.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
What is difference between static and dynamic call in cobol?
IF I mention stop run in CICS what happens?
What is length is cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Give some examples of command terminators?
Whats the difference between search & search ALL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Define static linking and dynamic linking.
explain sorting techniques in cobol program?