NavigationUser login |
Pick List and Packing Guide print together (Unix)IA61 multiple selections can result in jumbled prints making it necessary to sort out the paper. It's possible to force the Pick List and Packing Guide to print together, although not necessarily in the panel order. Included is a script change to access the UNIX printer in ppprinters. It shows how to code for shell variables that are used in scripts executed by scripts. Changes to: tigia61.ccp paragraph 6220-LOAD-DATA-CARDS a) Near the top of the paragraph, comment out the if statement and PERFORM 6245-DETERMINE-PICK-LIST-NBR. b) Within the PERFORM UNTIL b1) right after the if checking IF PICK-LIST-NBR-PKWH1(LINE-SUB) NOT NUMERIC add: MOVE PICK-CONTROL-NBR-PKWH1(LINE-SUB) TO PICK-LIST-NBR-NEW * Each row's Pick Control becomes the Pick List. b2) After IF FIRST-TIME-THRU and PERFORM 6250-BATCH-JOB-PREP, comment out MOVE SPACE TO FIRST-TIME-THRU-SW and add: * RESET-CMD-COM is option 3: Send to RF b3) After MOVE PICK-LIST-NBR-WS TO PICK-LIST-NBR-SAVE add: IF (NOT RESET-CMD-COM) c) Comment out PERFORM 6260-BATCH-WRAP-UP tigsia61.scr #!/bin/ksh By webmaster | Pick List and Packing Guide print together (Unix) | add new comment
|