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


Please Help Members By Posting Answers For Below Questions

What is the Purpose of POINTER Phrase in STRING command in COBOL?

711


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2718


example for sub strings ? and refernce modifications whit output pls

1836


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1895


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1910






How do you reference the following file formats from cobol programs?

691


) How do u handle errors in BMS macro?

1418


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10554


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.

1106


Which division and paragraphs are mandatory for a COBOL program?

705


What is the difference between external and global variables in COBOL?

806


Can we change the password using ALTER? anyone tried and changed?

1537


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

1948


What are the pertinent COBOL

2035


What is the difference between PIC 9.99 and PIC9v99?

771