ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

CL program & O/S Version

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

  • CL program & O/S Version

    Recently, i try to restore a CL program from an AS400 machine with V5R1 O/S to another AS400 machine with V4R4 O/S. But it is unsuccessfully when i try to save it to tape.

    The command i use is :
    SAVOBJ OBJ(INV800C) LIB(TESTOAMS) DEV(TAP01) TGTRLS(V4R4M0)

    Then i have been told by my colleauge that CL program cannot be transferred from an newer version O/S to an older version O/S AS400 machine. Is it real?

    What can i do to solve this problem? Any converter software or program that can helps?

    Thank you in advance.

  • #2
    Re: CL program & O/S Version

    You can restore CL object to a prior version as long as the "newer" version
    doesnt contain opcodes that are not supported on the previous version.

    you could send the source only try to compile on the prior version box.
    the compile listing will tell you why the program doesnt restore.


    can you post the source?

    jamie
    All my answers were extracted from the "Big Dummy's Guide to the As400"
    and I take no responsibility for any of them.

    www.code400.com

    Comment


    • #3
      Re: CL program & O/S Version

      How if i don't have the source anymore? Anyway?

      Comment


      • #4
        Re: CL program & O/S Version

        Hi

        Use RTVCLSRC on V5R1 and then RSTOBJ only *MBR on V4R4. Compile on V4R4 and You will see what is the problem. Maybe it wil compile OK without any promlems.
        LP Zdenko

        Comment

        Working...
        X