Data Definition Language (DDL) Reference Manual

DDL Compiler Commands
Data Definition Language (DDL) Reference Manual529431-004
9-84
OUTPUT_SENSITIVE
!?DICT
Audited dictionary created on subvol $ADE101.BUG.
Dictionary opened on subvol $ADE101.BUG for update access.
!?C
/* SCHEMA PRODUCED DATE - TIME : 3/06/2000 - 13:19:47 */
Output source for C is opened on $ZTN0.#PTS3Z89
!?TAL
! SCHEMA PRODUCED DATE - TIME : 3/06/2000 - 13:19:55
Output source for TAL is opened on $ZTN0.#PTS3Z89
!?NOOUTPUT_SENSITIVE
!DEF kiSHOy.
!02 cuTNAME PIC X(10).
!02 cdT-ID PIC 9(6) .
!END.
Definition KISHOY size is 16 bytes.
Definition KISHOY added to dictionary.
#pragma section kishoy
/* Definition KISHOY created on 03/06/2000 at 13:20 */
#pragma fieldalign shared2 __kishoy
typedef struct __kishoy
{
char cutname[10];
char cdt_id[6];
} kishoy_def;
#define kishoy_def_Size 0
C output produced for KISHOY.
?SECTION KISHOY
?PAGE
! Definition KISHOY created on 03/06/2000 at 13:20
STRUCT KISHOY^DEF (*) FIELDALIGN (SHARED2);
BEGIN
STRUCT CUTNAME;
BEGIN STRING BYTE [1:10]; END;
STRUCT CDT^ID;
BEGIN STRING BYTE [1:6]; END;
END;
Example 9-41. OUTPUT_SENSITIVE Command (page 2 of 3)