The following table lists the updatedef XML input file parameters for folders:
Parameter |
Description |
||
---|---|---|---|
The first two lines of the arguments file specify the XML version, the text encoding format being used, and the location of the .dtd file. |
|||
UPDATE |
These tags indicate the start and end of the UPDATE argument. Only criteria located between the tags are considered to be part of the argument. Mandatory. |
||
FOLDER |
These tags indicate the start and end of the folder specification. Criteria identifying the folders to be modified and indicating the types of modifications to be made are located between these tags. Optional. |
||
FOLDER_NAME
|
Name of the folder to which the job belongs. Optional. EXAMPLE: FOLDER_NAME FROM="Tbl5NYC" TO="Tbl_new" |
||
FROM |
String. Mandatory |
||
TO |
String. Optional |
||
FOLDER_DSN
|
(z/OS only) Name of the library that contains the (scheduling) folder. Optional. ABLE_DSN FROM="Lib1" TO="Lib2" |
||
FROM |
String. Mandatory |
||
To |
String. Optional |
||
DATACENTER
|
Name of the Control-M installation to which the job belongs. Optional. NOTE: A TO parameter cannot be specified for this parameter. EXAMPLE: DATACENTER FROM="CTMNYC" |
||
FROM |
String. Mandatory |
||
TO |
String. Optional |
||
CYCLIC_TYPE |
Determines the type of cyclic job:
|
||
CYCLIC_ |
Maximum delay in minutes permitted for a late submission when selecting a specific time (for example 5 minutes). |
||
CYCLIC_INTERVAL_ SEQUENCE |
A list of time intervals, separated by commas, (for example +30M,+2H,+1D) up to 4000 characters including commas. |
||
CYCLIC_TIMES_ |
A list of times, separated by commas (for example 0800,1330,2300), which supports time synonym (for example 2730). |
Parent Topic |