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
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How arrays can be defined in COBOL?
Why did you choose to work with ibm mainframe cobol programming?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is report-item in COBOL?
Write a program to explain size error.
Discuss about changing dataset name in proc.
) How do u handle errors in BMS macro?
Explain the configuration section of a cobol program with examples of syntax.
what are decleratives in cobol?
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.
For rewrite, why is it mandatory that file needs to be opened?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?