Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
No Answer is Posted For this Question
Be the First to Post Answer
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
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
am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me
what is estimation? and what is the level identifier parameter in PF?
how can you display specific subfile page on the screen in unequal subfile?
in which journalling which attributes are necessary??/
how to run only 10 modules of existing N modules in service program in RPGILE ?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
difference betwen keywords and opcodes
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?