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 |
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
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?
Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
i'm working on progA , in that program i want to see the userids of the users who work on this program?
Can AnyOne tell me how to read join logical file in rpg from starting to end?
how to run only 10 modules of existing N modules in service program in RPGILE ?
suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
how do u track msg in cl pgm???
Explain mdt?
wat is meant by hidden field , why it is used?