In a recent note, arun kumar said: > Date: Mon, 1 Aug 2005 01:43:23 -0700 > > I am looking for an easy way of printing USS files > from USS to a network printer, something similar to > LPR command in TSO that helps printing of PS/PDS with > ease without changing JES2/VTAM PARMS. > Isn't it ironic that the TSO lpr command prints to the UNIX spool, and the UNIX lpr command prints to the TSO spool?
> Can you please suggest. > Perhaps someone else can help. It may involve defining a writer that transfers a sysout class to the UNIX spool. > My other question, can REXX exec be executed in USS? > If yes, how to execute it. > Yes. o Start your EXEC with "/* REXX ... */" o chmod it to set the executable mode bits. o place it in a directory in your executable search PATH. -- gil -- StorageTek INFORMATION made POWERFUL ---------------------------------------------------------------------- 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

