Explain about Redefines cluse?

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


Please Help Members By Posting Answers For Below Questions

Write some characteristics of cobol as means of business language.

619


How do define dynamic array in cobol.

671


What is the problem of ordered sequential files access?

699


What is report-item in COBOL?

711


how do you reference the variable unblock file formats from cobol programs

748






Which mode is used to operate the sequential file?

666


What are 77 levels used for?

659


Write a program to enter and display the names of students in a class using the occurs clause.

652


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.

1701


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8652


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

708


how to move the records from file to array table. give with code example

2219


In COBOL, what is the different between index and subscript?

757


What is the difference between comp and comp-3 usage?

678


What are the different types of condition in cobol and write their forms.

658