How many bytes will be allocated for the following record
description
entries?
01 REC-A.
05 A PIC S9(4).
05 B PIC XXXBXXX.
05 C PIC ____9.99.
05 D PIC S9(5) COMP-3.
05 E PIC 9(3) COMP.
Answer Posted / elite group
20 Bytes
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
how can i see junk values in dclgen or in hostvariable of comp ?
Define cobol?
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.
What are the pertinent COBOL commands?
what is search and searchall?what is the diffrence between them?give an best example?
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the variable block file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how do you reference the variable unblock file formats from cobol programs
What are 77 levels used for?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
how do you reference the fixed unblock file formats from cobol programs
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
) what is the difference between AID and HANDLE AID?