DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 35
C_DECIMAL Command
•
It is the user's responsibility to use proper identifiers along with the CUNDEF
command.
CUNDEF Command Example
The following example shows the use of the CUNDEF compiler command:
11> DDL
!?C CSRC
!CONSTANT EMP VALUE "JYOTI".
!?CIFDEF EMP
!?CUNDEF EMP
!?CENDIF
!?NOC
!?C CSRC
Output source for C is opened on $ADE101.BUG.CSRC
!CONSTANT EMP VALUE "JYOTI".
Constant EMP defined.
C output produced for EMP.
!?CIFDEF EMP
!?CUNDEF EMP
!?CENDIF
!?NOC
Output source for C is closed.
The C source file
csrc
contains the following.
/* SCHEMA PRODUCED DATE - TIME : 3/10/2000 - 20:05:28 */
#pragma section emp
/* Constant EMP created on 03/10/2000 at 20:05 */
#define EMP "JYOTI"
#ifdef EMP
#undef EMP
#endif
C_DECIMAL Command
The C_DECIMAL command controls whether the DDL compiler produces decimal
output for C numeric items.
C_DECIMAL
directs the DDL compiler to produces decimal output for the appropriate C numeric
items. (By default, DDL generates the C output of a numeric field as type
char
.)
[ NO ] C_DECIMAL
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...