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
Describe the cobol database components?
What are the pertinent COBOL
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Define static linking and dynamic linking.
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
How do u write test cases?
How do you define a variable of comp-1 and comp-2?
Explain how you can characterize tables in cobol?
HOw can I get the negative sign while deduct high value from low value
How do you reference the following file formats from cobol programs?
What are the various section in data division and briefly explain them.
In which area will you utilize 88 level items in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
how do you reference the rrds file formats from cobol programs
What is the LINKAGE SECTION used in COBOL?