Previous Topic

Next Topic

Book Contents

Book Index

CTMBLT Example 9

The following examples demonstrate various scenarios for using the OPTION=/xxx parameter in the CTMBLT input file to override the values of job parameters.

Clear DAYS and set WDAYS:

OPTION=/DAYS

DAYS=

WDAYS=2

Clear WDAYS and set DAYS:

OPTION=/WDAYS

WDAYS=

DAYS=20

Clear DAYS by setting DATES:

OPTION=/DATES

DATES=1112

Clear DATES by setting DAYS:

OPTION=/DAYS

DAYS=24

Clear DATES setting:

OPTION=/DAYS

DAYS=

Override DAYS and set DATES, when MODEL parameter is also specified:

OPTION=/DAYS

DAYS=

OPTION=O

OPTION=/DATES

DATES=0202

Parent Topic

Examples for CTMBLT