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
Explain The Keywords Edtcde & Edtwrd?
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
What is access path in as400?
What is difference between rename and prefix?
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
what are various techniques to pass parameters from one program to another?
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.
how to develop some simple graphs (bar charts) using just html?
Can we debug the MSGW JOBS?
Difference Between Call & Sbmjob?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
what are the limitations of cl (compare to rpg) ?
How Many Specs Are There In Rpg & Which Are They?
which cl command is used to trap error messages during program execution?
what keyword must be used with protect keyword ?