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 / prakash
DSPFD FILE(Lib_name/*ALL) TYPE(*ALL) FILEATR(*PF)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how can database records be read without lock ?
what does the opcode free do?
explain the use of dftwrt display keyword?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
Difference Between Source Physical File & Physical File?
define the purpose of the leave operation?
define what a data area is along with a brief example of what it may be used for?
how do you use commitment control in rpg program ?
How do you check object lock
Write a logic program for knowing the repeated number of a vowels in a given program?
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 the draw back of Procedures? why we are going to Modules?
can a single screen format occupy a screen area above and below a subfile format ?
what are the different methods to access seu?
Can you summarize the steps I have to go through in writing my first cgi?