On Thu, 11 Sep 2008, Anton Britz wrote: > Hi, > > How can I change the default INTRDR assignments for ISPF to > > //????? DD sysout=(A,INTRDR),DEST=DUMMY > > Summary: I want to change the default print location of all jobs to DUMMY > without inserting a route print card into every job submitted. > > Anton
Well, it is technically possible. However, at least from what little I know, the TSO SUB command does a dynamic allocation for the INTRDR. The only way that I can think of to change this is to either zap or replace the TSO SUBMIT command, or use the Dynamic Allocation exit to change the text fields to include the DEST=DUMMY field. This is the IEFDB401 exit. It is documented in the "z/OS Installation Exits" manual. -- Q: What do theoretical physicists drink beer from? A: Ein Stein. Maranatha! John McKown ---------------------------------------------------------------------- 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

