Because the z/OS XCOMJOB interface does not feature operator control functions, some new parameters allow these functions within the CA XCOM Data Transport CICS menu interface. The following list contains operator control function parameters.
Immediately following are descriptions of what happens when any of the seven possible values of TYPE is invoked. There is no default value.
Note: The DISPLAY function can return many transfer requests, but the other functions can apply to a single transfer request only.
Displays the set of requested transfers.
Cancels the specified active or inactive transfer request.
Holds an inactive transfer request.
Releases a transfer request that has been held.
Suspends an active transfer request.
Resumes a suspended transfer request.
Alters a transfer request.
Used for TYPE=DISPLAY functions only.
Set INACTIVE=YES if you want CA XCOM Data Transport to search the INACTIVE queue for file transfers that meet your selection criteria. Set INACTIVE=NO (the default) if you do not want CA XCOM Data Transport to search the inactive queue.
Used for TYPE=DISPLAY functions only.
Set ACTIVE=YES if you want CA XCOM Data Transport to search the ACTIVE queue for file transfers that meet your selection criteria. Set ACTIVE=NO (the default) if you do not want CA XCOM Data Transport to search the active queue.
Used for TYPE=DISPLAY functions only.
Set COMPLETED=YES if you want CA XCOM Data Transport to search the COMPLETED queue for file transfers that meet your selection criteria. Set COMPLETED=NO (the default) if you do not want CA XCOM Data Transport to search the COMPLETED queue.
Note that the COMPLETED queue is another name for the CA XCOM Data Transport History File. Both successful and unsuccessful transfers are written to the History File. When you set COMPLETED=YES, you must specify one of the selection criteria fields (LUSER, ID, REQ#, GROUP, STARTDATE, or ENDDATE) to limit the number of records returned. CA XCOM Data Transport returns the entire History File to the requester unless a limit is set.
Used for TYPE=ALTER functions only. Required if TYPE=ALTER.
Immediately following are descriptions of what happens when any of the four possible values of ALTER is invoked. There is no default value. You can specify only one of these values for each TYPE=ALTER request.
Changes the Start Date of a transfer request.
Changes the Start Time of a transfer request.
Changes the Execution Priority of a transfer request.
Changes the Schedule Priority of a transfer request.
Must be supplied when performing any operator control function other than TYPE=DISPLAY. When you set TYPE=DISPLAY, CA XCOM Data Transport can request information on a single transfer request.
This eight‑character hexadecimal field is stored in the CA XCOM Data Transport server and is returned when a TYPE=DISPLAY function is executed. Before performing any operator control function you must first successfully display the transfer request to be changed, get the MICR field from the TS queue, and then perform the operator control function.
One of the selection criteria fields used by CA XCOM Data Transport to limit the amount of data returned by a TYPE=DISPLAY request.
Corresponding to the LUSER parameter for schedule requests, LUSER identifies the Local User responsible for scheduling a transfer request. You could use this field to display all transfer requests for a user ID. We recommend that you use this field only on TYPE=DISPLAY requests, because the MICR field identifies a unique transfer.
Limits the data returned by TYPE=DISPLAY requests to a specific group.
Limits the data returned by TYPE=DISPLAY requests to a specific TCP/IP node.
Limits the data returned by TYPE=DISPLAY requests to a specific logical unit.
Limits the data returned by TYPE=DISPLAY requests to a specific user.
Limits the data returned by a TYPE=DISPLAY request to a single request number. CA XCOM Data Transport returns only data with that request number.
Remember that the user does not supply the request number. Instead, CA XCOM Data Transport returns the request number to the user after CA XCOM Data Transport successfully schedules a transfer request.
Limits the data returned to a specific transfer ID. You can set a specific ID on a TYPE=SCHEDULE request by using the ID parameter.
STARTDATE can be provided in two formats:
where
yyyy is a four‑digit designation for a year (for example, 2012)
mm is a two‑digit designation for one of the twelve months of the year as shown in the following chart:
01 = January 02 = February 03 = March
04 = April 05 = May 06 = June
07 = July 08 = August 09 = September
10 = October 11 = November 12 = December
dd is a two‑digit number in the range 01 to 31 designating a day of the month
Example
STARTDATE=20120201 schedules a transfer to begin on February 1, 2012.
where
yy is a two‑digit designation for a year (for example, 09)
ddd is a three‑digit number in the range 001 to 366 designating a day of the year
Example
STARTDATE=12032 schedules a transfer to start on the 32nd day of 2012, which is the same as February 1, 2012.
Required when ALTER=STARTTIME.
This four‑character field represents the requested transfer Start Time.
Represents the hour of the day
Represents the minutes past the hour.
Examples
0030 and 1415 represent 12:30 am and 2:15 pm, respectively.
Required when ALTER=EXEPRTY.
Specifies the new execution priority. Valid range is 0 to 255.
Required when ALTER=SCHPRTY.
Specifies the new schedule priority. Valid range is 0 to 255.
ENDATE can be provided in two formats:
where
yyyy is a four‑digit designation for a year (for example, 2012)
mm is a two‑digit designation for one of the twelve months of the year as shown in the following chart:
01 = January 02 = February 03 = March
04 = April 05 = May 06 = June
07 = July 08 = August 09 = September
10 = October 11 = November 12 = December
dd is a two‑digit number in the range 01 to 31 designating a day of the month
Example
ENDATE =20120201 schedules a transfer to end on February 1, 2012.
where
yy is a two‑digit designation for a year (for example, 12)
ddd is a three‑digit number in the range 001 to 366 designating a day of the year
Example
ENDATE =12032 schedules a transfer to end on the 32nd day of 2012, which is the same as February 1, 2012.
| Copyright © 2012 CA. All rights reserved. |
|