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 / anandaraj.d

i think this may be the optimum answer

go to command wrkobjpdm in that

lib prompt give xyz

object type give pf-src and give enter.....

Is This Answer Correct ?    11 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

during input operation which indicator position is seton if there is a record lock?

921


which of the cl command can be used to determine which logical files are dependent on a specific file?

589


what does the opcode free do?

1121


how does union file maintains record formats?

621


how do handle file exception/error?

646






how to toggle between single line and multi - line display of a particular record in a subfile?

1078


what is the function of cpyf command?

998


What is file access opcodes?

755


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

1544


what is the use of sflend keyword?

973


Write a CL program which will run a batch job at 1 am every night

669


what is scan and xlate?

1080


What is a query can be displayed without saving it?

673


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

1925


How can we change the uppercase to Lowercase in RPG?

926