how can we view the entire objects and its types in a pgm?
Answer Posted / abhishek
Use command DSPPGMREF , to see all objects used by program
with their identifier as well .It will give a list of
objects which is being used by program.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how to write *pssr ?
What is file information data structure(infds) in as400?
what is message subfile?
what are the different types of arrays available in rpg ?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
what is match field indicator?
how can I automatically refresh a web page?
when would you use or not use this approach?
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
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 purpose of ovrdta and ovrata keywords ?
maximum number of subfiles that can be active for a single file is?
what does opcode post do ?
What Is Ddm ?
what is the difference between sflclr and sflinz?