- Example 1: This example shows the status of the WLM scheduling environment named IMSA on the current system:
temp = OPSWLM("I",'IMSA')
- Example 2: This example shows the status of the WLM scheduling environment named IMSA on system SYSA:
temp = OPSWLM("I",'IMSA',”SYSA”)
- Example 3: This example sets the state of the WLM scheduling environment resource 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 named Q51 on the current system:
temp = OPSWLM("S",'Q51',"RESET")