Is this allowed?
01 WS-TABLE.
03 FILLER-X PIC X(5) VALUE 'AAAAA'.
03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1).
can redefines clause be used with occurs clause?
Answer Posted / frankie
What is diff betn 'Occurs under Redefines' and the vice
versa?
Confused...Can you help?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are the different rules of SORT operation?
Write a program to enter and display the names of students in a class using the occurs clause.
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.
how do you reference the fixed unblock file formats from cobol programs
What are the various section in data division and briefly explain them.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
When is inspect verb is used in cobol?
What is the usage of comp fields in cobol?
IF I mention stop run in CICS what happens?
HOw can I get the negative sign while deduct high value from low value
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?