Answer Posted / krishna
Allowcation of more than one data items in a single memory
location.
Ex:
01 a pic x(9).
01 b redefines a pic x(7).
Rules for Redefines
1. Should be different datatype and size
2. Redefined item should not contain value clause
3. Redefing item cantain redefined item
4. Redefines can't write in 66 and 88 level numbers
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
What is inspect in cobol ?
Are you comfortable in cobol or jcl?
State the various causes of s0c1, s0c5 and s0c7.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How do we get current date from system with century in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what is search and searchall?what is the diffrence between them?give an best example?
What the difference is between continue and next sentence?