6.0
Table Of Contents
- Capturing Data
- Overview
- Key Concepts
- Detailed Directions
- Capture Sample Data for a Document You Install on a Printer
- Capture Sample Data for a Document You Install in PlanetPress Watch
- Capture Sample Data in Windows NT
- Capture Sample Data in Windows 2000/Server 2003/XP
- Capture Sample Data in Windows Host Using a Novell Print Server
- Capture Sample Data in UNIX (Solaris)
- Capture Sample Data using an AS/400 Systems
- Capture Sample Data From a Serial Port
- Creating Triggers
- Overview
- Key Concepts
- Detailed Directions
- Implement a Trigger under Novell 3.x
- Implement a Trigger under Novell 4.x and 5.x with NDS or Bindery Printers
- Implement a Trigger under Windows NT 4.0 with TCP/IP
- Implement a Trigger under BSD Printing Systems (BSDi, FreeBSD, Linux)
- Implement a Trigger under UNIX System V (Solaris)
- Implement a Trigger and Configure an AIX 4.3 Printer
- Implement a Trigger under VMS
- Implement a Trigger with AS/400 Systems
- Prepare SAP Device Type for PlanetPress Design
- Implement a Trigger under HP 3000
- Special Printer Requirements
- ASCII Conversion Table
- CL Program for AS/400 Systems
- Index
84
Creating Triggers
2
*** &outputqslb: Library of the print queue (source).
*** &outputqd: Final print queue (destination after the spool file has been modified).
*** &outputqdlb: Library of the final print queue (destination after the spool file has been modified).
*** &triggerfn: Physical file, which contains the string used for the trigger.
*** &triggerlib: Library or file where the trigger is located.
To schedule the program under AS/400:
• Enter the following command:
ADDJOBSCDE JOB(WATCH) CMD(CALL PGM(OBJLUNE/WATCH) PARM('&watchprtfn &watchprfl
&outputqs &outputqslb &outputqd &outputqdlb &triggerfn &triggerlib')
FRQ(*WEEKLY) SCDDATE (*NONE) SCDDAY(*ALL) SCDTIME('23:00')JOBD(JOBDLIB/JOBD)
USER(USRPRF)
Replace the following by the appropriate values for your system:
*** &watchprtfn: Name of the printer file used to create the final spool file.
*** &watchprtfl: Name of the library of the printer file used to create the final spool file.
*** &outputqs: Name of the print queue (source).
*** &outputqslb: Name of the library of the print queue (source).
*** &outputqd: Name of the final print queue (destination after the spool file has been modified).
*** &outputqdlb: Name of the library of the final print queue (destination after the spool file has
been modified).
*** &triggerfn: Name of the physical file that contains the string used for the trigger.
*** &triggerlib: Name of the library or the file where the trigger is located.
*** &JOBDLIB: Name of the library that contains the job description used for this command.
*** &USRPRF: Name of the user profile used to run this command.
Important! The user profile must have rights to access both print queues, and to write in the OBJLUNE
library (temporary file).