-
MSGTKT : RtvRqsMsg : SubSetDft
"Return message key" section is calling CEETSTA is called with parm #3 but RtnMsgKey is parm #2.
2009-06-04 15:02:18 UTC by matttyler
-
In Srvpgm JOBTKT, Sub-procedure RTVJOBSTK returns the number entries including itself to the caller. If the caller loops through all the entries on the stack by using the number of entries on the stack, the calls to RTVJOBSTKE can potentially access memory beyond the job stack entry references.
Example.
RTVJOBSTK returns 13 for the count, including itself in the count.
Looping for 13...
2007-12-06 17:36:06 UTC by matttyler
-
In Srvpgm JOBTKT, sub-procedure RTVJOBSTK the statement
CALLP MemCpy(%ADDR(QWVK0100)
:pRtnStk:RtnStkSiz)
causes a pointer reference error on pass #2. The value in RtnStkSiz is typically larger that the size of the DS QWVK0100. The work around is below.
CALLP MemCpy(%ADDR(QWVK0100)
:pRtnStk:%Len(QWVK0100))
This works because we are only interested in the...
2007-12-06 17:26:38 UTC by matttyler
-
The system release getting the error is 5.4.
2007-10-18 17:02:25 UTC by matttyler
-
I have attempted to recompile the ISTKT using the BUILD CL. The build fails at the compile of module DYNSQL. The SQL compile report gives the following;
Record *...+... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7 ...+... 8 SEQNBR Last change Comments
1516 C+ SYSTEM_TABLE_NAME = :Fil And 70700
1517...
2007-10-18 16:53:06 UTC by matttyler
-
The return parameters in RTVJOBSTKE return the same value for the same parameter for parameter 4 (Mod name) through parameter 8 (Act grp name).
Here is the replacement code I used on my system.
C EVAL OutMod = QWVMN
C EVAL OutPgmLib = QWVPGML
C EVAL OutModLib = QWVMLIB
C EVAL...
2007-10-18 16:25:15 UTC by matttyler
-
dmmorris committed patchset 59 of module iseries-toolkit to the iSeries Toolkit CVS repository, changing 8 files.
2005-04-02 05:46:56 UTC by dmmorris
-
dmmorris committed patchset 58 of module iseries-toolkit to the iSeries Toolkit CVS repository, changing 10 files.
2005-04-02 05:25:44 UTC by dmmorris
-
dmmorris committed patchset 57 of module iseries-toolkit to the iSeries Toolkit CVS repository, changing 1 files.
2005-04-02 05:24:14 UTC by dmmorris
-
dmmorris committed patchset 56 of module iseries-toolkit to the iSeries Toolkit CVS repository, changing 3 files.
2005-04-02 05:13:40 UTC by dmmorris