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

Answer Posted / sachin

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

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?

489


What are the types of identifiers?

567


how can I tell when to replace the array?

699


what do you mean by an input subfile, what are the keywords required?

767


How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique

546






can I touch the array during treatments?

753


Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?

1449


How to select highest score of each subject or how to select highest income of every month?

1293


what is the use of sflnxtchg?

797


How to call one program from another program in RPG? please help me with the code

1256


if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

2190


How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?

1559


what is an online rpg?

723


can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com

1961


How can we override a file during runtime in rpg?

680