As400 Command to find the Name of the Program to which a
Particular Module is Bound..?
Ex: IC210AMR (*MODULE) is bound with Other Modules which
Forms Program Object as IC210ABP(*PGM) . As400 Command to
find the IC210ABP Using IC210AMR..? Thanks
Answer Posted / sachin
Try this..>
DSPPGMREF PGM(*LIBL/*ALL)
OUTPUT(*OUTFILE)
OBJTYPE(*ALL)
OUTFILE(QTEMP/TT)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is a rpg?
What is the difference between copybooks and subprocedures in as400?
How to call one program from another program in RPG? please help me with the code
what is data area and how it is used in rpg program ?
what was the robotech rpg?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
What are the types of identifiers?
how do I play {insert rpg system here}?
How can we know running job is batch or interactive?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
how does the rpg element work?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How would display prime numbers using CL program?
how do you use commitment control in rpg?
What is file identifier where we can use?