If Platform Suite for
SAS is installed on a Windows system, you must use a queue, rather
than Flow Manager, to cancel a scheduled job on a z/OS system. An
administrator creates a queue that contains the job to be canceled
and submits the queue to the z/OS system using FTP. The queue must
contain a TERMINATE job control and the path to the script that cancels
the job. An example queue is as follows:
Begin Queue
QUEUE_NAME=zos_jobs
DESCRIPTION=Cancel zOS jobs
JOB_CONTROL=TERMINATE[C:\pm\7\etc\zos —k]
End Queue