Matt Tyler

Show:

What's happening?

  • Parm number in RtvRqsMSg

    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

  • RTVJOBSTKE can reference beyond job stack entries

    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

  • RTVJOBSTK memcpy() incorrect length in 3rd parm

    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

  • Allow keyboard key to be mapped to multiple 5250 key

    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

  • Hotspots for function keys

    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

  • Hotspots for options 132 mode

    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

  • Comment: DYNSQL fails to compile with DUP field names

    The system release getting the error is 5.4.

    2007-10-18 17:02:25 UTC in iSeries Toolkit

  • DYNSQL fails to compile with DUP field names

    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

  • RTVJOBSTKE return values

    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

  • Complete functionality in build commands

    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

About Me

  • 2007-04-27 (3 years ago)
  • 1780254
  • matttyler (My Site)
  • Matt Tyler

Send me a message