Previous Topic

Next Topic

Book Contents

Book Index

Adding/Editing Job Variables in the Notes

Job Variables can be added to in two ways:

  1. In the Parameter tab of the job
  2. In the Notes tab of the job

Any Job Variables added or modified in the Parameter tab will appear here. Likewise, any Job Variable added or modified in the Notes section will appear in the Parameter tab.

The basic syntax for adding or editing a Job Variable in the Notes tab is

BEGIN_PARAMETERS

parameter_name = parameter_value

END_PARAMETERS

This is an example of a typical Job Variable section of the Notes

BEGIN_PARAMETERS ! named parameters

SYSTEM_ID = AH G12343
ACCOUNT_BAL_MIN = -9999999.99;-01
SDF = &*(&*(&(*&*(&(*&
REPORT_MODE = PRINT
SYSTEM_PASS = AHUJK_II

END_PARAMETERS

See Also

Notes - Custom Prototypes and Job Variables