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

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

1265


can you debug ile rpg program using isdb?

741


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.

2202


how do I declare a table or array in rpg iv?

740


Explain mdt?

667






How to handle duplicate error handling in RPG?

1687


thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400

1899


explain sflclr, sflend, sfldlt, and sflcsrrrn?

891


How to declare the pull button in AS/400..

1884


what are the key words you must use when using a subfile?

694


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

1026


How can we override a file during runtime in rpg?

690


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

553


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2056


how do I declare a minor?

718