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 / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we override a file during runtime in rpg?

689


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

1895


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

1260


How Chain operation copies the record's data to the input buffer for the program?

1082


during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

755






what is the difference between do while and do until?

706


how do you use commitment control in rpg?

758


What are the types of identifiers?

572


what is data area and how it is used in rpg program ?

757


is this a rpg channel?

681


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2373


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?

1455


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.

2052


how do I preserve and clean the array?

676


which program rpg or cl is efficent to update a transaction onto a database file and why ?

747