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
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is amode(24)?
what is the difference between COBOL2 AND COBOL390?
) How do u handle errors in BMS macro?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is a report item?
In which area will you utilize 88 level items in cobol?
What is the use of intialize verb?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between Global and External Variables?
What is the Purpose of Pointer in the string?
How many bytes S(8) comp field occupy and its maximum value?
how to move the records from file to array table. give with code example
what happens if parmparameter passes zero bytes to the program
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps