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
Differentiate between structured cobol programming and object-oriented cobol programming.
Explain the configuration section of a cobol program with examples of syntax.
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
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Difference between cobol and cobol-ii?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Which mode is used to operate the sequential file?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
how do you reference the rrds file formats from cobol programs
Write down the divisions of cobol program?
In which area will you utilize 88 level items in cobol?
What are the access modes of START statement?
What is the Purpose of Pointer in the string?