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 / suresh kumar

sorry to post the last answer, I would like to go for 24
bytes.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Global and External Variables?

666


What is the LINKAGE SECTION used in COBOL?

889


What kind of error is trapped by on size error option?

740


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17036


What is rmode(any) ?

686






I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2008


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

672


how do you reference the variable unblock file formats from cobol programs

748


What are literals?

630


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5063


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

1906


In COBOL programming, what is PERFORM? What is VARYING?

670


What is the use of intialize verb?

748


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

676