MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

User Exit does not work?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Problem Determination
View previous topic :: View next topic  
Author Message
samsun
Beginner


Joined: 24 Feb 2004
Posts: 19
Topics: 7
Location: TAIWAN

PostPosted: Tue Mar 16, 2004 2:45 am    Post subject: User Exit does not work? Reply with quote

Hello everyone,

We wrote an additional user exit statement to start TCPIP after VTAM initialization completed in MPFLST00 as follow:

MPFLST00 ↓
Code:

--------------------------------------------------------------------------------

$HASP100                       /*JOB ON READER                      */
CSV003I                        /*REQUESTED MODULE NOT FOUND         */
DSI090                         /*NCCF LOAD FAILED                   */
IEA995I                        /*SYMPTOM DUMP                       */
IEF677I                        /*WARNING MESSAGE(S) FOR JOB         */
MPFHCF=+                       /*SUPRESSED MSG INDICATOR IN HARDCOPY*/
IST020I,SUP(NO),USEREXIT(STSO) /*AFTER VTAM INIT COMPLETE,THEN S TSO*/
[b]IST020I,SUP(NO),USEREXIT(STCPIP) /*AFTER VTAM COMPLETED,THEN S TCPIP*/[/b]
--------------------------------------------------------------------------------



But after IPLing, the TCPIP was not brought up but TSO was, the console messages are:

IEE252I MEMBER MPFLST00 FOUND IN SYS1.PARMLIB
IEE727I SLIP TRAP ID=X013 SET
IEE727I SLIP TRAP ID=X028 SET
IEE727I SLIP TRAP ID=X052 SET
IEE727I SLIP TRAP ID=X058 SET
IEE727I SLIP TRAP ID=X066 SET
IEE727I SLIP TRAP ID=X070 SET
IEE727I SLIP TRAP ID=X073 SET
IEE727I SLIP TRAP ID=X0DX SET
..........
........
......
....
IEE712I SET MPF PROCESSING COMPLETE
....

--------------------------------------------------------------------------------

IST020I VTAM INITIALIZATION COMPLETE FOR V4R4
IST1349I COMPONENT ID IS 5695-11701-401
IST1348I VTAM STARTED AS SUBAREA NODE
$HASP100 TSO ON STCINRDR
OPS7502I SQL 4.0 CVT INITIALIZATION STARTED
IEF695I START TSO WITH JOBNAME TSO IS ASSIGNED TO USER TSO
, GROUP STCGRP
$HASP373 TSO STARTED
ACF9CCCD USERID TSO IS ASSIGNED TO THIS JOB - TSO
IEF403I TSO - STARTED - TIME=00.31.20
OPS7041I SQL TABLE SSM_MANAGED_TBLS WITH 0 ROWS NOW LOADED
OPS7041I SQL TABLE STCTBL_RES WITH 27 ROWS NOW LOADED
OPS7041I SQL TABLE STCTBL_RES_ACT WITH 17 ROWS NOW LOADED
OPS7502I SQL 4.0 IS ACTIVE
OPS5002I STMG SUBTASK IS ACTIVE
OPS3253I CA-OPS/MVS II JES2 VERSION 04.02.00 SUBSYS OPSS INITIALIZATION
COMPLETE
OPS3700H OSF NOW USING 1 SERVERS - MIN=2 MAX=5
OPS3782H STARTING INITIAL OPSLOG CHECKPOINT
...........
........


What could be reason that TCPIP was not automatically started up?
Thank u
Back to top
View user's profile Send private message Send e-mail MSN Messenger
warp5
Intermediate


Joined: 02 Dec 2002
Posts: 429
Topics: 18
Location: Germany

PostPosted: Tue Mar 16, 2004 7:33 am    Post subject: Reply with quote

We do this kind of processing with OPS, which you also have.
Back to top
View user's profile Send private message Visit poster's website
samsun
Beginner


Joined: 24 Feb 2004
Posts: 19
Topics: 7
Location: TAIWAN

PostPosted: Sun Apr 11, 2004 10:18 pm    Post subject: Reply with quote

Hello warp5,

May I ask u a question?
How could we start OPS faster than VTAM to let the OPS detect the IST020I message?

Thanks~
Question
Back to top
View user's profile Send private message Send e-mail MSN Messenger
warp5
Intermediate


Joined: 02 Dec 2002
Posts: 429
Topics: 18
Location: Germany

PostPosted: Wed Apr 14, 2004 8:03 am    Post subject: Reply with quote

Will be back at work on Friday, I am taking a course now, will answer later. Ops starts even before JES2 at our shop!
Back to top
View user's profile Send private message Visit poster's website
warp5
Intermediate


Joined: 02 Dec 2002
Posts: 429
Topics: 18
Location: Germany

PostPosted: Fri Apr 16, 2004 6:44 am    Post subject: Reply with quote

To circumvent these problems you have to make sure that OPS is up before your VTAM net.
Our first command in the Parmlib COMMNDnn is:
COM='S OPSMAIN,SUB=MSTR AUTOMATIC START OF OPS'
We have a rule Z9999999 that starts the VTAM Net (S NET). Because this rule is named Z9999999 it is the last rule that is activated in Ops, starting Vtam after all other rules are activated (including the IST020I rule).

You may want to try a different solution, but this works great for us.
Back to top
View user's profile Send private message Visit poster's website
samsun
Beginner


Joined: 24 Feb 2004
Posts: 19
Topics: 7
Location: TAIWAN

PostPosted: Wed Apr 21, 2004 1:36 am    Post subject: Reply with quote

Very Happy Thank you~ I'll try to do that.
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Problem Determination All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group