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

Why would you use find and get rather than to obtain?

692


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

644


Differentiate between structured cobol programming and object-oriented cobol programming.

669


In COBOL programming, what is PERFORM? What is VARYING?

672


Write down the divisions of cobol program?

671






How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1931


what is search and searchall?what is the diffrence between them?give an best example?

5563


What is rmode(24)

682


What is the difference between goback, stop run and exit program in cobol?

932


how do you reference the esds vsam file formats from cobol programs

634


Write a program to explain size error.

677


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2661


Difference between cobol and cobol-ii?

711


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

681