-
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 in iSeries Toolkit
-
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 in iSeries Toolkit
-
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 in iSeries Toolkit
-
I dislike the backspacing of tn5250j and other emualtors that default the back space key to the destructive backspace. I would rather use the cursor left but i also want the cursor left to remain the cursor left. Please do not remove a key map from another key even if they produce the same results.
2007-10-25 22:17:44 UTC in tn5250J
-
There is a situation where a window that overlays a full screen with one space between the text of a background Fkey the window border a space between the window border and the window Fkey causes the hotspot to combine the two Fkey texts into one hotspot.
2007-10-25 22:15:12 UTC in tn5250J
-
I have tn5250j version 0.6.0 and some of the hotspots are run together for options that are formatted like X=ddddd Y=EEEE. We place two character spaces between options in an application.
It appears on four options in one application (creating two hotspots) and its always the same four options.
2007-10-25 21:31:51 UTC in tn5250J
-
The system release getting the error is 5.4.
2007-10-18 17:02:25 UTC in iSeries Toolkit
-
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 in iSeries Toolkit
-
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 in iSeries Toolkit
-
I think the feature of BLDINDEX needs to be a keyword option available on the BLDXMLLIB and the ILEPARSE commands.
2007-06-27 20:28:44 UTC in ILEDocs