View previous topic :: View next topic |
Author |
Message |
deepak_kumaran Beginner

Joined: 05 Jan 2004 Posts: 5 Topics: 2
|
Posted: Mon Jan 05, 2004 6:31 pm Post subject: To capture output from a TSO command? |
|
|
Hello,
My requirement is to capture the output messages returned from the execution of a TSO command (from REXX)
Let us say that my command is
LISTCAT ENTRIES('TEST.FILE') ALL
I need to capture all that is returned from this command into a stem variable. Is there any way out?
Regards,
Deepak |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Mon Jan 05, 2004 10:09 pm Post subject: |
|
|
Hi
Take a look at OUTTRAP function in the fine manual.
O.
________
hot box vape
Last edited by ofer71 on Sat Feb 05, 2011 11:09 am; edited 1 time in total |
|
Back to top |
|
 |
deepak_kumaran Beginner

Joined: 05 Jan 2004 Posts: 5 Topics: 2
|
Posted: Tue Jan 06, 2004 12:24 pm Post subject: |
|
|
Hi O(?)
Will take a look at this function.
Thanks.
Deepak _________________ --
Regards,
Deepak |
|
Back to top |
|
 |
deepak_kumaran Beginner

Joined: 05 Jan 2004 Posts: 5 Topics: 2
|
Posted: Wed Jan 07, 2004 5:57 pm Post subject: |
|
|
OUTTRAP works well. Thanks O _________________ --
Regards,
Deepak |
|
Back to top |
|
 |
|
|