Are all these RPG/400 Interviewed Questions being asked
recently? are current?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
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?
HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
how do I declare a table or array in rpg iv?
IN RLU what are the record level keyword is used?
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
how do I do concatenation in rpg iv, like I do in cl?
what is the equivalent keyword for CHAIN opcode ??
How can we make use of SETLL operation in CL?