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
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?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How do you get the data to code the BMS macro?
IF I mention stop run in CICS what happens?
What is a SSRANGE and NOSSRANGE?
How can you get the ksds file records into your cobol program?
State the various causes of s0c1, s0c5 and s0c7.
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the use of intialize verb?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the LINKAGE SECTION used in COBOL?
what happens if parmparameter passes zero bytes to the program
how do you define single dimensional array and multidimensional array in your cobol?
How do you reference the fixed block file formats from cobol programs