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

can we use cl programming to update or delete physical files

12 Answers  


if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.

10 Answers   Four soft,


how do I play {insert rpg system here}?

0 Answers   IBM,


As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?

1 Answers  


What is the name of default out queue when user logs inn to syatem with valid profile?

3 Answers   IBM,






we are sending data of physical file to screen design and it is showing no record why?

1 Answers   NTT Data,


suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?

1 Answers  


What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?

3 Answers   HSBC, IBM,


what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?

4 Answers  


we hav job which is running as batch. it takes atleast 06hours to complete tht job. bu i wana do tht job with in 3hours.........? so plz post ur answers

8 Answers   Cap Gemini, IBM,


how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.

2 Answers   iGate,


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  


Categories