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.

Important

If you include configuration parameters in an apply request, comments must appear on a separate line. If you include a comment on the same line as a configuration parameter, High-speed Apply Engine issues an error message.


[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

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*