(AT)us.ibm.com
===
From:
"Shmuel Metz (Seymour J.)"
To:
IBM-MAIN@bama.ua.edu
Date:
10/09/2011 09:56 AM
Subject:
Re: TSO TEST Debugging with TPUT and input paramters
Sent by:
IBM Mainframe Discussion List
In
,
on 10/07/2011
at 01:38 PM, Wayne Dr
On Sun, 9 Oct 2011 10:15:55 -0500, Shmuel Metz (Seymour J.)
wrote:
>In
>,
>on 10/07/2011
> at 01:38 PM, Wayne Driscoll said:
>
>>TPUT has supported a USERID= operand, which will route the TPUT to a
>>logged on TSO user, for as long as I can remember.
>
>Doesn't that require authorizarion? My
In
,
on 10/07/2011
at 01:38 PM, Wayne Driscoll said:
>TPUT has supported a USERID= operand, which will route the TPUT to a
>logged on TSO user, for as long as I can remember.
Doesn't that require authorizarion? My recollection is that it was in
support of SEND, not for unprivileged programs.
Tony Harminc wrote:
> On 7 October 2011 16:34, Shmuel Metz (Seymour J.)
> wrote:
(snippage)
>>
>> How do you direct the output of TPUT to another user from an
>> unauthorized program?
>
> Same way it's worked since 1970 or so - issue your TPUT with TJID= on
> it. In newer OS versions, iirc 1980s
On 7 October 2011 16:34, Shmuel Metz (Seymour J.)
wrote:
> In
> ,
> on 10/07/2011
> at 01:30 PM, Tony Harminc said:
>
>>Though it's not, of course, logically required, I infer from the
>>context that you think the second part is incorrect. Please give
>>details.
>
> How do you direct the output
In
,
on 10/07/2011
at 01:30 PM, Tony Harminc said:
>Though it's not, of course, logically required, I infer from the
>context that you think the second part is incorrect. Please give
>details.
How do you direct the output of TPUT to another user from an
unauthorized program?
--
Shmuel
On 7 October 2011 14:01, Ed Gould wrote:
> Tony:
>
> AFAIK and its been this way since TSO/E first came out.
> TPUT will only work IN TSO
That is certainly not true. TPUT from the very beginning had an ASID=
option (well, in pre-MVS days it was TJID=, which is actually still
there as an alias for
utput.
===
Wayne Driscoll
OMEGAMON DB2 L3 Support/Development
wdrisco(AT)us.ibm.com
===
From:
Ed Gould
To:
IBM-MAIN@bama.ua.edu
Date:
10/07/2011 01:03 PM
Subject:
Re: TSO TEST Debugging with TPUT and input paramters
Sent by:
IBM Mainframe Discu
: TSO TEST Debugging with TPUT and input paramters
On 7 October 2011 13:47, Shmuel Metz (Seymour J.)
wrote:
> In
> ,
> on 10/06/2011
> at 06:03 PM, Tony Harminc said:
>
>>Certainly any program can issue TPUT when running under TSO.
>>(For that matter any program running i
On 7 October 2011 13:47, Shmuel Metz (Seymour J.)
wrote:
> In
> ,
> on 10/06/2011
> at 06:03 PM, Tony Harminc said:
>
>>Certainly any program can issue TPUT when running under TSO.
>>(For that matter any program running in batch or CICS or whatever
>>can issue TPUT to an online TSO terminal.)
>
In
,
on 10/06/2011
at 06:03 PM, Tony Harminc said:
>Certainly any program can issue TPUT when running under TSO.
>(For that matter any program running in batch or CICS or whatever
>can issue TPUT to an online TSO terminal.)
The first part is correct.
--
Shmuel (Seymour J.) Metz, Sys
In <55508966-b368-4e50-b03b-30f0f1c9d...@optonline.net>, on 10/06/2011
at 04:18 PM, Micheal Butz said:
>I have a program I am trying to debug that issues TPUTS so I have to
>use the CP parm
No! You have to you CP if the code expects command processor parameter
list, regardless of whether it u
Micheal Butz wrote:
>I have a program I am trying to debug that issues TPUTS so I have to use the
>CP parm however it has input paramters and they are not passed when using the
>CP parm
You've got excellent replies, but in my very humble opinion, could you be kind
to please post your program's
On 6 October 2011 18:39, Micheal Butz wrote:
> The parameter is a - if I enter a -
>
> Is the CPPL a half length 1 followed by '-'
No - the CPPL is four fullwords in length, and it points to four
separate items, one of which is the command buffer. The command buffer
itself has a halfword length,
: TSO TEST Debugging with TPUT and input paramters
On 6 October 2011 17:29, Micheal Butz wrote:
> When entering the command paramters are they surrounded by quotes
Generally, no. But you have to enter what the command is expecting,
and it's possible that it wants a quoted string.
Are you sure
On 6 October 2011 17:29, Micheal Butz wrote:
> When entering the command paramters are they surrounded by quotes
Generally, no. But you have to enter what the command is expecting,
and it's possible that it wants a quoted string.
Are you sure what you have is a TSO command? Certainly any program
MAIN@bama.ua.edu] On Behalf
> Of Micheal Butz
> Sent: Thursday, October 06, 2011 3:18 PM
> To: IBM-MAIN@bama.ua.edu
> Subject: TSO TEST Debugging with TPUT and input paramters
>
> Hi
> I have a program I am trying to debug that issues TPUTS so I have to use the
> CP parm
On Thu, 6 Oct 2011 16:18:04 -0400 Micheal Butz
wrote:
:>I have a program I am trying to debug that issues TPUTS so I have to use the
CP parm however it has input paramters and they are not passed when using the
CP parm
You do not have to specify CP to issue TPUTs.
--
Binyamin Dissen
http://
Hi
I have a program I am trying to debug that issues TPUTS so I have to use the CP
parm however it has input paramters and they are not passed when using the CP
parm
Any help appreciated
Thanks
Sent from my iPhone
--
For IBM
.
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of
Micheal Butz
Sent: Thursday, October 06, 2011 3:18 PM
To: IBM-MAIN@bama.ua.edu
Subject: TSO TEST Debugging with TPUT and input paramters
Hi
I have a program I am trying to debug that issues
20 matches
Mail list logo