In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
4 10137Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
1 5363Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
7 10458
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
how can you display specific subfile page on the screen in unequal subfile?
what is the procedure and explain about real time scenario.
how do I declare a minor?
What are the types of identifiers?
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?
how do I declare a table or array in rpg iv?
How would display prime numbers using CL program?
How to write record if no field or the field are different in physical file in rpgle ?
what is the necessary keyword needed to scroll subfile records?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
what is kids-rpg?
how can I tell when to replace the array?
How can we know running job is batch or interactive?