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

What is a record lock error?

0 Answers   Wipro,


How we will read call stack?

4 Answers  


How I can reread the physical file in CL program once the end of file reached in same CL program.

20 Answers   IBM,


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

3 Answers   CSC,


1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF

5 Answers  






How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)

6 Answers   CTS, IBM,


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  


What is the RPG cycle?

3 Answers   CSC,


Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?

6 Answers   CSC,


What are the values of NUM1 and NUM2 after executing the following code? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2+÷+ResultLenDHHiLoEq C MOVE *LOVAL NUM1 50 C MOVE *J-fIVAL NtJM2 52

2 Answers   Fiserv, IBM,


What is difference between bind by copy and bind by reference?

0 Answers  


how can you display specific subfile page on the screen in unequal subfile?

0 Answers   IBM,


Categories