Re: getting NJE node name

2010-07-27 Thread Andy Robertson
yes, very much thanks Andy Robertson telephone mobile 0777 214 9545 home 01308 420797 From: Charles Mills charl...@mcn.org Does the following fragment help? * * INFORMATION RETRIEVED FROM JES VIA IEFSSREQ LAR1,ASSOB MVC RVDERMAC,=CL8'IEFSSREQ'

getting NJE node name

2010-07-26 Thread Andy Robertson
I'm trying to simulate TSO TRANSMIT format data for secure email I find I need the NJE node I'm executing on for the header Has anyone any code they have used to extract this??? All hints gratefully received. Andy Robertson telephone mobile 0777 214 9545 home 01308 420797

Re: getting NJE node name

2010-07-26 Thread Lizette Koehler
How are you doing this. REXX? Assembler? Other? So are you creating a program that will generate the email using SMTP or some other process? Lizette I'm trying to simulate TSO TRANSMIT format data for secure email I find I need the NJE node I'm executing on for the header Has

Re: getting NJE node name

2010-07-26 Thread Andy Robertson
COBOL/HLASM The program is my XMITMAIL freeware, callable subroutine to send an email- Andy To: IBM-MAIN@bama.ua.edu From: Lizette Koehler stars...@mindspring.com Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu Date: 07/26/2010 12:34PM Subject: Re: getting NJE node name How

Re: getting NJE node name

2010-07-26 Thread Walt Farrell
On Mon, 26 Jul 2010 11:48:41 +0100, Andy Robertson andy_robert...@johnlewis.co.uk wrote: I'm trying to simulate TSO TRANSMIT format data for secure email I find I need the NJE node I'm executing on for the header Has anyone any code they have used to extract this??? All hints gratefully

Re: getting NJE node name

2010-07-26 Thread Charles Mills
: getting NJE node name I'm trying to simulate TSO TRANSMIT format data for secure email I find I need the NJE node I'm executing on for the header Has anyone any code they have used to extract this??? All hints gratefully received. Andy Robertson telephone mobile 0777 214 9545

Re: getting NJE node name

2010-07-26 Thread Lizette Koehler
node name is SCEGJES2. Would this help you out. Lizette -Original Message- From: Andy Robertson andy_robert...@johnlewis.co.uk Sent: Jul 26, 2010 8:56 AM To: IBM-MAIN@bama.ua.edu Subject: Re: getting NJE node name COBOL/HLASM The program is my XMITMAIL freeware, callable

Re: getting NJE node name

2010-07-26 Thread Mark Zelden
On Mon, 26 Jul 2010 09:37:10 -0400, Lizette Koehler stars...@mindspring.com wrote: From one of Mark Zelden's IPLINFO Rexx JESCT= C2d(Storage(D2x(CVT + 296),4))/* point to JESCT */ JESPJESN = Storage(D2x(JESCT + 28),4)/* name of primary JES */ The primary job entry

Re: getting NJE node name

2010-07-26 Thread Baraniecki, Ray
Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Lizette Koehler Sent: Monday, July 26, 2010 7:35 AM To: IBM-MAIN@bama.ua.edu Subject: Re: getting NJE node name How are you doing this. REXX? Assembler? Other? So are you creating a program that will generate the email using