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
how does the rpg element work?
what is the procedure and explain about real time scenario.
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
What is ment by record level identifier?
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.
what is program status data structure?
can I touch the array during treatments?
how can you display specific subfile page on the screen in unequal subfile?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
how can I tell when to replace the array?
what is the necessary keyword needed to scroll subfile records?
How to call one program from another program in RPG? please help me with the code
can you debug ile rpg program using isdb?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what is the rpg system?