Answer Posted / sekhar
If the usage class is specified with the comp-3, the numeric
data item stored in packed decimal form, each item will
represent with one byte , the sign will stored in left most
half-a-byte whether the S is specified or not in the picture
cluase.
if any thing wrong let me know....
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
Write a program that uses move corresponding.
How do you differentiate between cobol and cobol-ii?
how do you reference the printer file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
What kind of error is trapped by on size error option?
Write a program to explain size error.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What are the various section in data division and briefly explain them.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the rules of the move verb?
What rules are to be followed while using the corresponding options?
What is the LINKAGE SECTION used in COBOL?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Explain how to differentiate call by context by comparing it to other calls?