ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

How to check if a program is compiled with Commit = *none

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

  • How to check if a program is compiled with Commit = *none

    Hi Team,

    How to check if a program is compiled with Commit = *none.

    Thanks
    Naveen

  • #2
    Re: How to check if a program is compiled with Commit = *none

    If you have TAATOOL, i guess using the command RTVPGMA would get you the information.

    Comment


    • #3
      Re: How to check if a program is compiled with Commit = *none

      Hi,

      do you mean a program with embedded SQL?
      If so just execute the following command and look at the spoolfile created. In the spoolfile all compile options used are listed.

      PHP Code:
      PRTSQLINF OBJ(MYLIB/MYPGM
      Birgitta

      Comment


      • #4
        Re: How to check if a program is compiled with Commit = *none

        Use DSPPGM and it's stuck on the 5th screen or so. Seems to be only available for SQLRPGLE pgms.
        Last edited by kitvb1; January 23, 2009, 03:08 AM.
        Regards

        Kit
        http://www.ecofitonline.com
        DeskfIT - ChangefIT - XrefIT
        ___________________________________
        There are only 3 kinds of people -
        Those that can count and those that can't.

        Comment

        Working...
        X