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

suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis

1 Answers  


Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?

1 Answers  


I know chain keyword retreive records randomly but how chain keyword exactly works internally????

4 Answers  


how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.

3 Answers   iGate, Wipro,


how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.

4 Answers   iSoft, Wipro,






1.Suppose my file has 10 fields and I want to make the 2nd field Zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation? 2. Assume my file has 100 records and I want to see only first 10 records. Is this possible through LF? 3.I have 3 jobs A B and C. I want to submit B after successful completion of A and want to submit C after successful completion of B. Without using job scheduler or job queue, how can i do that through CL program? 4.What is difference between Bind by copy and bind by reference?

4 Answers   Virtusa,


What is file identifier where we can use?

0 Answers  


What is ment by record level identifier?

0 Answers  


WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?

1 Answers  


can anybody help me that what is the procedure of debugging the service program?

3 Answers   CSC,


Anybody can explain the difference between SFLCLR & SFLINZ?

7 Answers  


A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???

3 Answers   HSBC,


Categories