isservice

Marks a job stream as usable by Self-Service Catalog. When creating and editing SSC-ready job streams, it is recommended you use the Dynamic Workload Console.

Syntax

isservice

Comments

A job stream marked as isservice can be managed from the Self-Service Catalog as well as from the Dynamic Workload Console and command-line commands. If you define this keyword, the servicename keyword is required. For more information, see servicename.

SCHEDULE BW-XFR-LNX53#JS2
DESCRIPTION "Added by composer."
ISSERVICE
SERVICENAME TEST2
SERVICEDESCRIPTION “This is my Service”
SERVICETAGS "|tag2|tag3|"
SERVICEVARIABLES "{var: \"value2\"}"
ON RUNCYCLE RC1 "FREQ=DAILY;"
:

BW-XFR-LNX53#JS2

END