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
Answer / sachin
Try this..>
DSPPGMREF PGM(*LIBL/*ALL)
OUTPUT(*OUTFILE)
OBJTYPE(*ALL)
OUTFILE(QTEMP/TT)
| Is This Answer Correct ? | 5 Yes | 1 No |
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 |
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 |
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 |
what is the equivalent keyword for CHAIN opcode ??
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
How do I read records from Subfile? what is the purpose of READC explain with example?
I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?
5 Answers CitiGroup, Symphony,
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
Why Rpg/400 is Famous?
can I touch the array during treatments?
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
How to create a key field for a logical file inside RPG?
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?
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?