How can we update a specific field in RPG?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?
list some of the commonly used commands for debugging?
What is the difference between crtdupobj and copyf?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different??please tell
How to change file attributes such as size, file wait time, record wait time etc., permanently?
what is the rpg and cl life cycle?Please tell me any body
when are the unique constraints executed?
how to get the cursor position?
how can you execute a command from within an rpg program without calling a clp program?
how do handle file exception/error?
what is jurnal?what is the use of theis?what is difference between commitment control and jurnaling?