310 pts.
 content of source physical
hi all, can any one plese tell ,how can we see the content of any source physical

Software/Hardware used:
ASKED: November 7, 2009  9:44 AM
UPDATED: November 11, 2009  9:08 PM

Answer Wiki:
Best way - StrSeu - that's the source editor. Everything you're likely to need is in WRKMBRPDM - work member program development manager. Option 5 to view or 2 to edit any member issues the StrSeu and 14 is compile. Phil
Last Wiki Answer Submitted:  November 9, 2009  12:59 am  by  philpl1jb   44,180 pts.
All Answer Wiki Contributors:  philpl1jb   44,180 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

You can use DSPPFM or RUNQRY or UPDDTA or STRSEU or a QM query or a Query/400 query or STRSQL or DSPF or any number of programs, including ones that you write yourself. If you have a network connection, you might even use Notepad or any number of Windows, Linux or other platform programs.

What exactly do you want to know? It all depends on what’s installed on your system and what kind of connectivity you have. Are you looking for a basic tutorial in developer access? Your question is almost too basic.

Tom

 108,135 pts.

 

The other powerful command in CL is WRKOBJPDM. The below command will show all the source physical files in library ABC and you can take option 12 in any source physical file to view all the members inside that source physical file.

WRKOBJPDM LIB(ABC) OBJATR(‘PF-SRC’)

Regards,
Navin

 45 pts.

 

Before doing anything at all, it seems to me this question needs to be clarified …
it is unclear and vague …

 405 pts.