Discussion:
TCPIP Problem
Wilfried
2010-03-21 15:32:18 UTC
Permalink
Hallo,

i have start the STC 'TCP', this procedure was in SYS1.PROCLIB as follows:
//TCP PROC DUMP=DUMMY
//IEFPROC EXEC PGM=STCP370,REGION=4096K,TIME=1440
//STEPLIB DD DSN=SYS1.LINKLIB,DISP=SHR
//STCPDBUG DD DSN=SYS2.XMIT370.ASM(KBUGSTCP),DISP=SHR
//STCPLOG DD SYSOUT=* TCP MAIN TASK LOG
//OPRLOG DD SYSOUT=* OPERATOR INTERFACE LOG
//SYSUDUMP DD DDNAME=&DUMP
//DUMMY DD DUMMY
//SYSOUT DD SYSOUT=*

after the start the TCP ended with User Abend U0200, see the following display:


$HASP100 TCP ON STCINRDR
$HASP373 TCP STARTED
IEF403I TCP - STARTED - TIME=15.57.11
UABEND U0200-01 STCP370 .STCPSS00+000006D4
IEF450I TCP TCP - ABEND S000 U0200 - TIME=15.57.11
IEF404I TCP - ENDED - TIME=15.57.11

What is wrong, can you help me ?
laddiehanus
2010-03-21 17:15:54 UTC
Permalink
I answered your question here

http://tech.groups.yahoo.com/group/H390-MVS/message/10438

Laddie Hanus
Post by Wilfried
Hallo,
//TCP PROC DUMP=DUMMY
//IEFPROC EXEC PGM=STCP370,REGION=4096K,TIME=1440
//STEPLIB DD DSN=SYS1.LINKLIB,DISP=SHR
//STCPDBUG DD DSN=SYS2.XMIT370.ASM(KBUGSTCP),DISP=SHR
//STCPLOG DD SYSOUT=* TCP MAIN TASK LOG
//OPRLOG DD SYSOUT=* OPERATOR INTERFACE LOG
//SYSUDUMP DD DDNAME=&DUMP
//DUMMY DD DUMMY
//SYSOUT DD SYSOUT=*
$HASP100 TCP ON STCINRDR
$HASP373 TCP STARTED
IEF403I TCP - STARTED - TIME=15.57.11
UABEND U0200-01 STCP370 .STCPSS00+000006D4
IEF450I TCP TCP - ABEND S000 U0200 - TIME=15.57.11
IEF404I TCP - ENDED - TIME=15.57.11
What is wrong, can you help me ?
n9gtm
2010-03-21 18:02:26 UTC
Permalink
Post by Wilfried
What is wrong, can you help me ?
As I recall I asked the CBT crew to link the module non-executable
to keep people from wasting their (and others') time on trying to
use something that wasn't what they thought it was. Laddie is
quite correct, the project is archived for exactly the reasons he
stated. The documentation is available in the same file where you
got the module, but few people read it before asking for help.
After several iterations of someone showing up asking for support
for an unfinished work, I chose to save everyone some time. So in
that sense, things are Working As Designed.

Jim

Loading...