1,730 pts.
 AS/400
I have a RPGLE program name and its library name, how to view the source code of the program ?

Software/Hardware used:
ASKED: August 24, 2012  7:46 AM
  Help
 Approved Answer - Chosen by Sureyz (Question Asker)

DSPPGM will give you information about the program, including the module names and the libraries of the modules.  Source is stored in a source file which is often named qrpglesrc.  Phil

ANSWERED:  Aug 24, 2012  11:17 AM (GMT)  by Sureyz

 
Other Answers:

I might recommend wrkmbrpdm. You can view or edit if you so desire.

Last Wiki Answer Submitted:  August 27, 2012  7:46 pm  by  Sureyz   1,730 pts.
Latest Answer Wiki Contributors:  drussel   55 pts.
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

ILE RPG programs aren’t created from source; they’re created from modules that are already compiled. Tom

 110,035 pts.

 

You can also try the command DSPOBJD lib/PGM.Then take either option 5 or 8 , I can’t remember, but it will tell where the object was compiled from.

 4,095 pts.

 

DSPOBJD would work for older OPM RPG programs, but not for ILE RPG. — Tom

 110,035 pts.