if there is a module object , how to find the program object
for this module object.Assume the module object name and
program object name is not same.
No Answer is Posted For this Question
Be the First to Post Answer
what are the types of identifers
Difference between RESET and CLEAR
In how many ways a session/device error occurs,,, and what is the remedy for it?
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
how to check on which PF , the LF is dependant ?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
Can we possible to key with the date field?
what is post opcode do
Can anybody tell me that why we use option(*nodebugio)in H- Spec?
are there any useful c runtime apis that I can call from rpg iv?
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
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