how to see all source files in a particular library?

ex:xyz is a library name
a,b,and c..... are source files how to see?

Answer Posted / ved dubye

you can use wrkobjpdm command with pf-src and then use
shift+f9 to make a spool file which is having the list of
all the source file in library

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain The Keywords Edtcde & Edtwrd?

1064


Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP

2128


What is access path in as400?

1104


What is difference between rename and prefix?

785


. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?

7464


what are various techniques to pass parameters from one program to another?

1428


In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.

8784


how to develop some simple graphs (bar charts) using just html?

838


Can we debug the MSGW JOBS?

1097


Difference Between Call & Sbmjob?

1009


the maximum number of subfiles that can defined in a rpg program for one display file is ___ .

2790


what are the limitations of cl (compare to rpg) ?

1904


How Many Specs Are There In Rpg & Which Are They?

872


which cl command is used to trap error messages during program execution?

1118


what keyword must be used with protect keyword ?

1432