Autocal asc command example

ixautocal_asc

The ixautocal_asc command enables you to view, create, modify, and delete standard uajm calendars. The functionality is similar to the uajm autocal_asc command.

ixautocal_asc

command enables you to view, create, modify, and delete standard

CA Workload Automation AE

calendars. The functionality is similar to the

CA Workload Automation AE

autocal_asc command.

The following example shows the command being executed with a filename that contains lines to add dates to a calendar:

 
#>cat infile
TESTCAL
A
08/05/2011
09/05/2011
10/05/2011 #>ixautocal_asc
Utility to Add/Delete or Print entries in Calendar. Calendar Name: Add (A) or Delete (D) or Print (P) ? Date (MM/DD/YYYY [HH:MM]): . Successful.
Date (MM/DD/YYYY [HH:MM]): . Successful.
Date (MM/DD/YYYY [HH:MM]): . Successful.
Date (MM/DD/YYYY [HH:MM]): The following example shows the command being executed with standard input that prints out the dates in a calendar: #>echo "TESTCAL\nP" |ixautocal_asc
Utility to Add/Delete or Print entries in Calendar. Calendar Name: Add (A) or Delete (D) or Print (P) ? Days in the Calendar: TESTCAL
--------------------------------
08/05/2011 00:00
09/05/2011 00:00
10/05/2011 00:00

iXp Client Command Line Interface