Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Three Simple RPG Tips

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Three Simple RPG Tips

    ** This thread discusses the article: Three Simple RPG Tips **
    ** This thread discusses the Content article: Three Simple RPG Tips **
    0---0

  • #2
    Three Simple RPG Tips

    ** This thread discusses the article: Three Simple RPG Tips **
    I've been using QSZRTVPR for years to retrieve the operating system level -- but this CEE routines is much simpler.

    Comment


    • #3
      Three Simple RPG Tips

      ** This thread discusses the article: Three Simple RPG Tips **
      U can also use the following CL command: DSPDTAARA QSS1MRI.

      Comment


      • #4
        Three Simple RPG Tips

        ** This thread discusses the article: Three Simple RPG Tips **
        When I tried that one, I received the following information. As you can see, it looks like that VRM is one of the originals.
        Code

        Comment


        • #5
          Three Simple RPG Tips

          ** This thread discusses the article: Three Simple RPG Tips **
          Try using the command DSPDTAARA QUSRSYS/QSS1MRI. It looks like maybe you have an old copy of this data area in your QSYS2 library.

          Comment


          • #6
            Three Simple RPG Tips

            ** This thread discusses the article: Three Simple RPG Tips **
            If someone doesn't like API's, this would work too: DCL VAR(&VRM ) TYPE(*CHAR) LEN( 9) RTVOBJD OBJ(QSYS) OBJTYPE(*LIB) SYSLVL(&VRM) Chris

            Comment

            Working...
            X