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 |
Why Rpg/400 is Famous?
How to change the name of physical members Dynamically?
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
why we do STRSRVJOB in batch debugging in as400
Interviewer asked me write down DDS for load all subfile .can anybody write dds
difference between CHAIN and READE?
How to set on/off a group of indicators in a single statement?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
What are the necessary keywords required to code a message subfile?
wat is curser?? and its types???
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
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?