Thanks for the reply! Since my original post, I have continued extensively researching and opened an ETR (still open) on the issue. Answer looks like it will be "WAD".
Your guess was correct. The filename can be overidden in the printer definition, but only with a static value. Ability to use %sysout-job-name would be excellent for my purpose. But that won't be happening, so I will attack the problem through the printer backend script on the AIX remote server. As to coding an exit for this, if I had the time I would do it just for the experience. But alas, I don't. Plus our site generally frowns on custom exits. Once this current project is completed, I may well pursue the requirement. The ability to dynamically override control file records would be very useful occasionally. On Tue, 17 May 2005 17:52:52 -0600, Jan Redding <[EMAIL PROTECTED]> wrote: >OK...I'm guessing. I know just enough to be dangerous. If you specify >the lpr-filename attribute in the printer definition or elsewhere, IP >PrintWay will use that name when it passes the file to the remote LPD. >The trick is to find a way to plug the JES2 jobname in there on the fly. > I think you ought to be able to do this with a IP PrintWay exit, >probably the begin data set exit. You need to modify the XTPOPTNS to >plug the jobname into the XTPO_LPR_FILE_NAME field. > >NOW....the next question is how to get your mitts on the JES job name. >It is in the sysout-job-name attribute, but I am not sure if you can >access it in a PrintWay exit. Seems like it ought to be available. You >might have to go after it using SWBTUREQ. > >Blue sky future idea: WIBNI you could specify something like >lpr-filename=$JESJOBN in the printer definition and have Infoprint >Server plug this in for you? If you think this is important, then I >suggest that you have your IBM Marketing Rep submit a requirement to IBM. > >Jan Redding > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, >send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO >Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

