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

Why Rpg/400 is Famous?

2 Answers   IBM,


How to change the name of physical members Dynamically?

1 Answers  


What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.

2 Answers   IBM,


why we do STRSRVJOB in batch debugging in as400

1 Answers  


Interviewer asked me write down DDS for load all subfile .can anybody write dds

0 Answers  


difference between CHAIN and READE?

8 Answers   HCL,


How to set on/off a group of indicators in a single statement?

3 Answers  


Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?

0 Answers  


What are the necessary keywords required to code a message subfile?

3 Answers  


wat is curser?? and its types???

4 Answers   HSBC,


1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF

5 Answers   CTS,


Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?

1 Answers  


Categories