Response Examples
If you are manually building a Job Stream Group to execute a series of Job Stream Groups, you will need to add a Program Sequence to run the Job Stream Processing (JS25) program and then assign two additional Responses: JSGR.GROUP=XXXX and BTN_PLAY.
Adding a Program to an Existing Group Code (OE32):
The following steps outline how to join the Group Code OE34 and Group Code OE32 Job Stream Groups into a single job stream by adding the appropriate responses to the OE32 Group Code:
- Recall the Group Code OE32 in JS02.
- On the Programs folder add a sequence for the JS25 program.
JS25 Program added to JS02/Programs
- On the JS02 Programs folder, highlight the JS25 program in the list box and then open the Responses folder.
- Enter a number in the sequence field, for example 010.
- In the response field, enter JSGR.GROUP=OE34. Click Submit to update the record.
This record indicates that OE34 will run after OE32 is complete.
- Enter another number in the sequence field, for example 020.
- In the response field, enter BTN_PLAY. Click Submit to update the record.
New Responses Added to JS02/Responses
- When you play the OE32 group code in JS25, both the OE32 and OE34 programs will run in sequence.
Creating a New Group Code:
The following list outlines the steps to join the OE32 and OE34 programs into a new Group Code:
- Create a new group code through the Job Stream Group (JS01) program. We will call it OE32/OE34.
-
Open JS02 and select the new group code.
- In the program sequence field, enter a sequence number, for example 010.
- In the program ID field, enter JS25. Click Submit to update the the record.
JS25 program Added to JS02/Programs
- Highlight the JS25 program in the list box and then open the Responses folder.
- On the JS02/Response folder, enter a number in the sequence field, for example 010.
- In the response field, enter JSGR.GROUP=OE32. Click Submit to update the record.
This record indicates that OE32 is the first program that will run when JS25 is played.
- Enter a second number in the sequence field, for example 020.
- In the response field, enter BTN_PLAY. Click Submit to update the record.
- Enter the next sequential number in the sequence field, for example 030.
- In the response field, enter JSGR.GROUP=OE34. Click Submit to update the record.
This record indicates that OE34 is the next program that will run in the OE32/OE34 group code.
- Enter the next sequential number in the sequence field, for example 040.
- In the response field, enter BTN_PLAY. Click Submit to update the record.
Responses Added to JS02/Responses
- When you play the OE32/OE34 group code in JS25, both the OE32 and OE34 programs will run in sequence.
|