Previous Topic: OPSWLM FunctionNext Topic: OPSWORD Function


OPSWLM Scheduling Examples

The following samples show OPSWLM scheduling examples:

Example 1

This example shows the status of the WLM scheduling environment that is named IMSA on the current system:

temp = OPSWLM("I",'IMSA')

Example 2

This example shows the status of the WLM scheduling environment that is named IMSA on system SYSA:

temp = OPSWLM("I",'IMSA',”SYSA”)

Example 3

This example sets the state of the WLM scheduling environment resource that is named Q51 to ON, on the current system:

temp = OPSWLM("S",'Q51',"ON")

Example 4

This example resets the state of the WLM scheduling environment resource that is named Q51 on the current system:

temp = OPSWLM("S",'Q51',"RESET")