Answer Posted / mallappa
Redfeines Clause allows you to use a same memory area.
Ex:
01 var.
02 ws-date pic x(10).
02 ws-date1 Redefines ws-date
03 ws-day pic x(2).
03 ws-month pic x(2).
03 ws-month pic x(8).
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Difference between cobol and cobol-ii?
Can we change the password using ALTER? anyone tried and changed?
In which area will you utilize 88 level items in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is a report item?
) how do u code after getting data?
Write a program to enter and display the names of students in a class using the occurs clause.
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.
What is rmode(any) ?
What is the difference between binary search and sequential search?
What is the difference between comp and comp-3?
When is inspect verb is used in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
How arrays can be defined in COBOL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need