Comments in configuration files
To enter comments in a configuration file, use a comment character and enter the comment text anywhere to the right of the comment character on the same line. Valid comment characters are a semicolon (;), a pound sign (#), or two hyphens (--). You can start comments in any column of a separate line. The following figure shows an example of comments in a configuration file.
[Startup]
;This contains SQL updates for the SCHEDULE table.
FileName=SCHED.UPD.SQL
SSID=DB2E
#
#This is the plan High-speed Apply Engine uses to run.
--The plan to access the tables is in the
--[Bind]section.
--
[Bind]
PlanName=APTPLAN
;This contains SQL updates for the SCHEDULE table.
FileName=SCHED.UPD.SQL
SSID=DB2E
#
#This is the plan High-speed Apply Engine uses to run.
--The plan to access the tables is in the
--[Bind]section.
--
[Bind]
PlanName=APTPLAN
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*