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 11124Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
1 6065Suppose 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 12204
what is the difference between do while and do until?
What is the purpose of record level identifier?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
how can I tell when to replace the array?
how can you display specific subfile page on the screen in unequal subfile?
How to select highest score of each subject or how to select highest income of every month?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
how do I declare a table or array in rpg iv?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
how do you use commitment control in rpg?
What is ment by record level identifier?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
What is the difference between iter and do?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
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.