++PTF(ASP1069). /*-------------------------------------------------- ASP1069 071203 ASEC200 IRM printers to support datasets as print target COPYRIGHT AUSTRALIAN SYSTEMS ENGINEERING PTY. LTD. 2008 _APARLIST: ASZ3457 071203 61NCSC TS ASEC200 V220 SUGG OK OMCSIR.. 080107 S__1069 add DATASET support to IRM printer definition _OPERATIONAL NOTES: IRM bundle printing has been enhanced to allow bundles to be printed directly to datasets. IRM printer definitions have been modified to allow a dataset to be specified. The obsolete "LINES/MIN" field is replaced with two new fields on the same line: DATASET ===> UNIT ===> At least one of DESTID and DATASET must be specified. When both are specified, bundles are sent to printer AND written to the dataset simultaneously. The DATASET specified may contain either an explicit dataset name or a dataset name template consisting of literal characters and/or symbolic variable names: %BNDL - bundle number eg. $1234567 %DATE - current date in YYMMDD format eg. 071225 %DAY - day of the week ie. MON, TUE, etc. %DOM - day of the month eg. 25 %DOW - day of the week, a number from 1 to 7 where Monday is 1. %DOY - day of the year eg. 359 %JOBN - job name for the bundle print job %MTH - month name ie. JAN, FEB, MAR, etc. %SYSID - SMF system id eg. CPUA %TIME - current time in HHMMSS format eg. 130255 %TYPE - PRINT or REPRINT when a bundle is reprinted. When DATASET is specified: * IRM bundle print will dynamically allocate to the specified dataset and will append all output to that dataset. * If the dataset does not already exist then IRM will allocate it using the unitname specified in the UNIT field and SPACE quantities calculated from IRM's knowledge of the current bundle size. Please contact ASE if you have any questions about this PTF. help@ase.com.au */ ++VER(Z038) FMID(ASEC200) PRE(ASP0234,ASP0267,ASP0373,ASP0833,ASP0885,ASP1015,ASP1022) REQ(ASP1071) SUP(ASZ3457). ++SRC(OMCSIRBT). ++SRC(OMCSIRFD). ++SRC(OMCSIRIB). ++SRC(OMCSIRPR). ++MOD(OMCSIRBT). ++MOD(OMCSIRFD). ++MOD(OMCSIRIB). ++MOD(OMCSIRPR). ++PNL(OMCHIRPR). ++PNL(OMCHIRP1). ++PNL(OMCHIRP2). ++PNL(OMCHIRP3). ++PNL(OMCHIRP4). ++PNL(OMCHIRP5). ++PNL(OMCHIRP6). ++PNL(OMCHIRP7) DISTLIB(AASEPANL) SYSLIB(ASEPANL). ++PNL(OMCHIRP8) DISTLIB(AASEPANL) SYSLIB(ASEPANL). ++PNL(OMCSIRPA). ++PNL(OMCSIRPB). ++PNL(OMCSIRPC). ++PNL(OMCSIRPR).