This topic covers the redefines clause usage, syntax, declaring and valid & Invalid redefines cases. Redefines clause is used to share the common storage among the different data items/groups. This is useful to optimize the usage of working storage area. 1. This can be used at 01 level as well. Ex: 01 VAR-1 PIC X(10) [...]

May 30th, 2012
mahender
Posted in
Tags:

