Bela,

I'm going to take a guess at what's wrong.

Fortunately - for the purposes of my guess - j'ai vu le mot RESEAU avant
votre commandes - I'd better continue in English <g>.

If you take a look at the text of the default mode table ISTINCLM in your
VSE VTAM Resource Definition Reference manual, you will see the first entry
IBM3676 - I hope it's the same as the MVS equivalent I've just had a look
at. At the end of this entry is the APPNCOS operand with the value #INTER.
What does the first character of this value look like when you look at it in
your system, either the assembled module ISTINCLM - edited so that you see
characters where the code points are characters - it would be so much easier
if I could guide you to use TSO - or the source of ISTINCLM wherever the
source is kept in a VSE system.

As far as I can see the only reason VTAM can complain about the LUSEED
operand is that you have coded more than 8 characters - which you haven't -
or that it doesn't contain 2 # characters - for substitution with the
hexadecimal value of the LU's LOCADDR value - or 3 # characters - for
substitution with the decimal value of the LU's LOCADDR value.

As Sherlock Holmes used to observe to Dr Watson, "When you have eliminated
all which is impossible, then whatever remains, however improbable, must be
the truth." I thought I knew this ISTEXCSD topic and I had to look long and
hard before the "wrong character" possibility dawned.

Therefore it must be the hoary old code point problem that VTAM development
realised too late when they picked the "#" sign for the standard APPN COS
names. That is, the "#" character cannot be relied upon to look the same in
all code point tables. It's a "National Language Support" issue.

It's a guess. Let me know if it was a good one.

Chris Mason

----- Original Message ----- 
From: "Bela Kh" <[EMAIL PROTECTED]>
Newsgroups: bit.listserv.ibm-main
To: <[email protected]>
Sent: Wednesday, 21 December, 2005 9:43 AM
Subject: LUSEED ON VTAM 4.2


> HELLO ALL,
>
> I am configuring a switched major node with dynamic LUs. It seems to be
> easy, I have configured a lugroup major node and use LUSEED parameter.
>
> When I have activated the node, it give me always invalid value for
LUSEED.
>
> I have also verified the exit routine, it is active.
>
> We have vtam 4.2 under vse 2.3
>
> Best Regards
>
> ***************************************
>
> * $$ JOB JNM=SWTCOM,CLASS=A,DISP=D
> * $$ LST CLASS=F,DEST=(,RESEAU)
> // JOB SWTCOM NOEUD MAJEUR COMMUTE
> // EXEC LIBR,PARM='MSHP'
> ACC S=PRD2.AHNEW
> CATALOG SWTCOM.B                        REPLACE=YES
> *
>           VBUILD TYPE=SWNET
>
>
> PUAH204   PU   PUTYPE=2,                                               *
>                ADDR=01,                                                *
>                IDBLK=0AB,                                              *
>                IDNUM=CA004,                                            *
>                MAXDATA=4096,                                           *
>                DISCNT=NO,                                              *
>                LOGAPPL=DBDCCICS,   DEFAULT APPLICATION                 *
>                DYNLU=YES,                                              *
>                LUGROUP=DDVSELU,                                        *
>                LUSEED=LUAH4##,                                         *
>                DLOGMOD=D6327802,                                       *
>                PACING=0,        * NCP USE ADAPTATIVE WIND SIZE         *
>                VPACING=0        * NCP USE ADAPTATIVE WIND SIZE
> **
> *
>
> /+
> /*
> /&
> * $$ EOJ
>
> ********************************
> ==>RESEAU V NET,ACT,ID=SWTCOM
>  AR 0015 1C39I COMMAND PASSED TO ACF/VTAM
>  F3 0003 IST097I VARY ACCEPTED
>  F3 0003 IST322I CONFIGURATION SWTCOM ERROR IGNORED - INVALID VALUE
>  F3 0003 IST323I LABEL = PUAH204  - MACRO TYPE = PU       - KEYWORD =
LUSEED
>  F3 0003 IST314I END
>
>  F3 0003 IST093I PUAH204 ACTIVE
>
>  F3 0003 IST093I SWTCOM ACTIVE
>
>  ==>RESEAU D NET,EXIT
>  AR 0015 1C39I COMMAND PASSED TO ACF/VTAM
>  F3 0003 IST097I DISPLAY ACCEPTED
>  F3 0003 IST350I DISPLAY TYPE = EXIT
>  F3 0003 IST1250I NAME     LEVEL    MODULE      STATUS
>  F3 0003 IST1251I ISTCMMND ***NA***             INACTIVE
>  F3 0003 IST1251I ISTEXCUV ***NA***             INACTIVE
>  F3 0003 IST1251I ISTEXCCS ***NA***             INACTIVE
>  F3 0003 IST1251I ISTEXCSD ***NA*** ISTEXCSD    ACTIVE
>  F3 0003 IST1251I ISTEXCAA ***NA***             INACTIVE
>  F3 0003 IST1251I ISTEXCVR ***NA***             INACTIVE
>  F3 0003 IST1251I ISTEXPRF ***NA***             INACTIVE
>  F3 0003 IST1251I ISTEXCDM ***NA***             INACTIVE
>  F3 0003 IST1251I ISTEXCGR ***NA***             INACTIVE

----------------------------------------------------------------------
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