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 / deepak
A-3
B-7
C-4
D-3
E-2
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
Difference between cobol and cobol-ii?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
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.
In COBOL, what is the different between index and subscript?
Write some characteristics of cobol as means of business language.
What is a report item?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is the difference between COBOL2 AND COBOL390?
What are different data types in cobol?
Write the code to count the sum of n natural numbers.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
State the various causes of s0c1, s0c5 and s0c7.