Product Documentation

c-treeRTG COBOL Edition User's Guide

Previous Topic

Next Topic

HIDDEN Directive

The example below shows the usage of HIDDEN as a directive that will instruct SQL to not display this field, considering that this is just a filler placeholder used to align the fields between two different REDEFINES. With this directive, this field will simply not be displayed. Note: This is provided as an example—c-treeRTG automatically hides fillers without using this command.


*>>XDD HIDDEN

10 RESERVED PIC X(4).

TOCIndex