Include, Supported data types – HP Neoview Release 2.4 Software User Manual
Page 48
/*
Your comment line 1
Your Comment line 2
...
*/
Include
You can include one or more control file fragments from other control files. A control file fragment
is a control file without a version number. You can define common sections in a control file
fragment and include them from other control files. This avoids having duplicate definitions
and makes it easier to manage your control files. Be aware that you cannot have duplicate
definitions between included files and the main control file, otherwise the control file is rejected.
HP recommends that you use control file fragments for reusable definitions and include them
in control files as needed.
Use the %include statement to include a control file fragment from another file. For example:
%include "included_controlfile.txt"
When the included filename does not begin with an absolute or relative file system path,
Transporter first looks for the file in the current directory. If the file is not found, Transporter
looks in the directory NVTHOME/conf. If the file is again not found, Transporter returns an error.
Supported Data Types
Transporter supports these data types:
•
Character types
— char[acter]
— varchar
•
Integral types
— byte
— int[eger]
— byteint
— smallint
— largeint
— longint
— numeric
— decimal
•
Floating point types
— real
— float
— double
•
Date/time types
— date
— time
— timestamp
— datetime
•
Interval types
— interval
48
Control File Organization and Syntax