Use the Host WKSCMD command to initiate from a host BIMUTIL job stream or from a host application using the BIM-EDIT application interface an operation on a workstation.
Required Operands
DEST is the user logged on to the workstation where the operation is to be performed.
CMD is the BIM-EDIT/XP command to be performed at the workstation.
The following VSE JCL deletes the file C:\RXI\APIFILE at the workstation where user USR1 is logged on:
// EXEC BIMUTIL
LOGON $SYS,$SYS
WKSCMD USR1,'PUR C:\RXI\APFILE'
/*