Yorkshireman
3200 pts. | Oct 8 2009 10:32AM GMT
Source code is identified as a member within a PF of type Source.
Perhaps you could be more specific - what are you attempting to do?
Satsho
1235 pts. | Oct 8 2009 5:33PM GMT
WRKOBJPDM LIB(yourlib) OBJTYPE(*FILE) OBJATR(’PF-SRC’) will give you a list of all source files.
If you are trying to identify the location of the source for a program - do a DSPPGM on the object, option 5 to get to the module info and use option 5 again - you should see the info -
Program . . . . . . . : DTAQFILL Library . . . . . . . : ELSWM
Module attributes:
Module . . . . . . . . . . . . . . . . . . . . : DTAQFILL
Library . . . . . . . . . . . . . . . . . . : QTEMP
Source file . . . . . . . . . . . . . . . . . : SOURCE
Library . . . . . . . . . . . . . . . . . . : ELSWM
Source member . . . . . . . . . . . . . . . . : DTAQFILL
Module attribute . . . . . . . . . . . . . . . : RPGLE






