Re: Finding JES2 node name

2020-11-18 Thread Tim Hare
I guess I'm asking if IEFSSREQ is somehow better than AMASYMBF for retrieving the node value. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO

Re: Finding JES2 node name

2020-11-18 Thread Charles Mills
IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding JES2 node name The code is not just to _find_ the node, but we want to use the node name for other purposes in this program. So SDSF isn't going to help here. As for other methods of using IEFSSREQ and/or control block chain chaining why are they be

Re: Finding JES2 node name

2020-11-18 Thread Rob Scott
Mainframe Discussion List On Behalf Of Tim Hare Sent: 18 November 2020 05:19 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding JES2 node name EXTERNAL EMAIL The code is not just to _find_ the node, but we want to use the node name for other purposes in this program. So SDSF isn't going to help

Re: Finding JES2 node name

2020-11-17 Thread Tim Hare
The code is not just to _find_ the node, but we want to use the node name for other purposes in this program. So SDSF isn't going to help here. As for other methods of using IEFSSREQ and/or control block chain chaining why are they better than the ASASYMBM/F program interface?

Re: Finding JES2 node name

2020-11-17 Thread Charles Mills
9:55 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding JES2 node name Getting the JES node name from the SSVI (in response to SSI-54) is exactly what SDSF does. Rob Scott Rocket Software -Original Message- From: IBM Mainframe Discussion List On Behalf Of Charles Mills Sent: 17

Re: Finding JES2 node name

2020-11-17 Thread Rob Scott
, November 17, 2020 7:53 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Finding JES2 node name I have some code that follows a control block chain to the HCCT to get the JES2 node name, but that requires going to key zero (or so the source says, it's been years ). Is there a way to retrieve the JES2 node name

Re: Finding JES2 node name

2020-11-17 Thread Charles Mills
BM-MAIN@LISTSERV.UA.EDU Subject: Finding JES2 node name I have some code that follows a control block chain to the HCCT to get the JES2 node name, but that requires going to key zero (or so the source says, it's been years ). Is there a way to retrieve the JES2 node name in a program running in b

Re: Finding JES2 node name

2020-11-17 Thread Tim Hare
The program is already in Assembler - so I'm guessing I would use the AMASYMBM or AMASYMBF service to resolve SYSNODE -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Re: Finding JES2 node name

2020-11-17 Thread R.S.
W dniu 17.11.2020 o 16:53, Tim Hare pisze: I have some code that follows a control block chain to the HCCT to get the JES2 node name, but that requires going to key zero (or so the source says, it's been years ). Is there a way to retrieve the JES2 node name in a program running in batch,

Finding JES2 node name

2020-11-17 Thread Tim Hare
I have some code that follows a control block chain to the HCCT to get the JES2 node name, but that requires going to key zero (or so the source says, it's been years ). Is there a way to retrieve the JES2 node name in a program running in batch, without being APF-authorized? We'd like to