One more thing to try would be to add a HASPLIST DD card to
your JES2 proc, and then browse the output to make sure that
all of your init deck has been properly processed.

//HASPLIST DD UNIT=SYSDA,VOL=SER=&PV,DISP=SHR,DSN=JES2.HASPLIST

/jack


----- Original Message ----- From: "Bill Planer" <[EMAIL PROTECTED]>
Newsgroups: bit.listserv.ibm-main
To: <[email protected]>
Sent: Wednesday, October 29, 2008 4:57 PM
Subject: Re: z/OS v1.9 JES2 - Having trouble getting NODENAMEs to be name not number


It's pretty obvious your APPL and NODE statements are not being read by
JES2.  I would make sure that the member they are in is in the init
statement concatenation.

Another possibility is that you have accidentally commented them out.
That's pretty easy to do with the /* */ commenting convention.  I did it
myself recently in two different parmlib members.  Pretty embarrassing.

Bill

<[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
Hello all,

Is anyone else having problems with the NJE Nodes on 1.9 not taking
the names defined but instead when system is IPL'd the Nodename(s) are
the number(s) instead?  In addition, the APPL(s) defined are not
listed when system IPL'D.  I have all the latest maintenance thru
RSU0809.

Just going to 1.9 from 1.7 and did not have this problem on 1.7.
Here's my statements:

APPL(JES2T) NODE=1
APPL(JES2P) NODE=2
APPL(JES2C) NODE=3
NODE(1) NAME=TEST
NODE(2) NAME=PROD
NODE(3) NAME=CPAC

NJEDEF   DELAY=120,
         HDRBUF=(LIMIT=100,

              WARN=80),
         JRNUM=2,
         JTNUM=2,
         LINENUM=5,
         MAILMSG=NO,
         MAXHOP=0,
         NODENUM=3,
         OWNNODE=3,
         PATH=1,
         RESTMAX=8000000,
         RESTNODE=150,
         RESTTOL=300,
         SRNUM=2,
         STNUM=2,
         TIMETOL=30

Then after IPL, here's the display for NODE(s):

$DNODE
$HASP826 NODE(1) 876
$HASP826 NODE(1)  NAME=N1,STATUS=(UNCONNECTED),AUTH=(DEVICE=YES,
$HASP826          JOB=YES,NET=NO,SYSTEM=YES),TRANSMIT=BOTH,
$HASP826          RECEIVE=BOTH,HOLD=NONE,PENCRYPT=NO,
$HASP826          SIGNON=COMPAT,DIRECT=NO,ENDNODE=NO,REST=0,
$HASP826          SENTREST=ACCEPT,COMPACT=0,LINE=0,LOGMODE=,
$HASP826          LOGON=0,NETSRV=0,PASSWORD=(VERIFY=(NOTSET),
$HASP826          SEND=(NOTSET)),PATHMGR=YES,PRIVATE=NO,SUBNET=,
$HASP826          TRACE=NO
$HASP826 NODE(2) 877
$HASP826 NODE(2)  NAME=N2,STATUS=(UNCONNECTED),AUTH=(DEVICE=YES,
$HASP826          JOB=YES,NET=NO,SYSTEM=YES),TRANSMIT=BOTH,
$HASP826          RECEIVE=BOTH,HOLD=NONE,PENCRYPT=NO,
$HASP826          SIGNON=COMPAT,DIRECT=NO,ENDNODE=NO,REST=0,
$HASP826          SENTREST=ACCEPT,COMPACT=0,LINE=0,LOGMODE=,
$HASP826          LOGON=0,NETSRV=0,PASSWORD=(VERIFY=(NOTSET),
$HASP826          SEND=(NOTSET)),PATHMGR=YES,PRIVATE=NO,SUBNET=,
$HASP826          TRACE=NO
$HASP826 NODE(3) 878
$HASP826 NODE(3)  NAME=N3,STATUS=(OWNNODE),AUTH=(DEVICE=YES,
$HASP826          JOB=YES,NET=NO,SYSTEM=YES),TRANSMIT=BOTH,
$HASP826          RECEIVE=BOTH,HOLD=NONE,PENCRYPT=NO,
$HASP826          SIGNON=COMPAT,DIRECT=NO,ENDNODE=NO,REST=0,
$HASP826          SENTREST=ACCEPT,COMPACT=0,LINE=0,LOGMODE=,
$HASP826          LOGON=0,NETSRV=0,PASSWORD=(VERIFY=(NOTSET),
$HASP826          SEND=(NOTSET)),PATHMGR=YES,PRIVATE=NO,SUBNET=,
$HASP826          TRACE=YES

And here's the display for APPL(s):

$DAPPL
$HASP003 RC=(52),D 870
$HASP003 RC=(52),D APPL  - NO SELECTABLE ENTRIES FOUND MATCHING
$HASP003           SPECIFICATION

I would have expected to see all 3 APPLid(s) that are defined listed.

Can anyone help?  I think it might be something I missed but have not
been able to find it.

Thank you in advance for your help,
Dana Benetz
Arkansas State Highway & Transportation Dept.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to