Yes, I'm digging more and we've created a command in-house of STRTCPIPS. It eventually calls and calls and calls to a pgm that is using STRTCPFTP RMTSYS(&RMTSYS) SECCNN(*SSL) command. I am having to check out a super user id to debug the process all the way down to the actual STRTCPFTP command to see where the &RMTSYS parm is defined as 10 instead of 20, or something larger than 10. So far, just going through the code, I see we've defined &RMTSYS as this:
PARM KWD(RMTSYS) TYPE(*NAME) LEN(255) MIN(1)
and in subsequent calls, we've defined it as this:
DCL VAR(&RMTSYS ) TYPE(*CHAR) LEN( 255)...
I will need the super id to see the actual values being passed and passed down to the actual command. I will have to do this tomorrow since our super user id process is about 2 hours from request to approval... stay tuned :-)
Main Topics
Browse All Topics





by: LewisPowerPosted on 2009-09-09 at 13:29:13ID: 25295234
Hi MsDeveloper,
Are you sure about the command ? I never seen STRTCPIPS command... Are you sure you're not talking about STRTCPIFC or another one ?
Lewis