Re: Output redirection

2022-09-18 Thread Seymour J Metz
...@akphs.com] Sent: Saturday, September 17, 2022 10:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Output redirection I had cause to use RLIST UNIXMAP * ALL, but the output was voluminous. "No problem", thinks I, "I'll just redirect it to a file". But that only got me some truncated output

Re: Output redirection

2022-09-17 Thread Bob Bridges
I don't know what technique you used to direct the RLIST output to a file, so I can't guess why you got that message. My own solution for things like this is a REXX that I named DISP (and it's been reïnvented by many mainframers and named different things) that uses OUTTRAP to capture the command

Re: Output redirection

2022-09-17 Thread Phil Smith III
Peter Sylvester wrote: >A batch job might be your friend? Well duh! I should have thought of that. For anyone else who might be as thick as I am: //REDIRECT JOB MSGLEVEL=(1,1),MSGCLASS=A,NOTIFY= // EXEC PGM=IKJEFT01 //SYSPRINT DD SYSOUT=* //SYSTSPRT DD DISP=SHR,DSN=PHS.PDS.DATA(REDIRECT)

Re: Output redirection

2022-09-17 Thread Peter Sylvester
A batch job might be your friend? starting with something like // EXEC PGM=IKJEFT01 //SYSTSPRT DD SYSOUT=*,HOLD=YES //SYSTSIN DD * RLIST UNIXMAP * ALL On 17/09/2022 16:48, Phil Smith III wrote: I had cause to use RLIST UNIXMAP * ALL, but the output was voluminous. "No problem", thinks I,

Output redirection

2022-09-17 Thread Phil Smith III
I had cause to use RLIST UNIXMAP * ALL, but the output was voluminous. "No problem", thinks I, "I'll just redirect it to a file". But that only got me some truncated output plus: IKJ56652I You attempted to run an authorized command or program. This is not supported under the Dynamic TSO