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

Answers were Sorted based on User's Feedback



As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210A..

Answer / sachin

Try this..>
DSPPGMREF PGM(*LIBL/*ALL)
OUTPUT(*OUTFILE)
OBJTYPE(*ALL)
OUTFILE(QTEMP/TT)

Is This Answer Correct ?    5 Yes 1 No

As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210A..

Answer / alagan v

I think, DSPPGM will work for this question. It will show all the details for modules, service programs and so on.

Is This Answer Correct ?    4 Yes 2 No

As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210A..

Answer / rakesh

writing thanks in advance wont give u correct answer Joy sir..
You have AS400 system in your hand ...do some operation u
will get it..

Is This Answer Correct ?    2 Yes 2 No

As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210A..

Answer / gops

try WRKOBJ

Is This Answer Correct ?    2 Yes 2 No

As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210A..

Answer / sreedhar reddy

I do not have answer but maintaining standards that is naming conventions we can track them easily.
But it is good question. Thanks.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More RPG400 Interview Questions

How do I link an existing logical file to it's Physical File without recompiling?

2 Answers  


how do I declare a minor?

0 Answers   IBM,


If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?

1 Answers  


Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC

2 Answers  


What is the purpose of PUTOVR keyword?

2 Answers  






wat is meant by hidden field , why it is used?

4 Answers   Four soft,


what is the difference between the procedure and module in ILERPG?

4 Answers  


i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.

11 Answers   IBM,


In how many ways a session/device error occurs,,, and what is the remedy for it?

3 Answers  


what is program status data structure?

1 Answers   IBM,


how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .

2 Answers  


How to update physical file in rpgle without using display file?

4 Answers   GalaxE, IBM, TCS,


Categories