are there any useful c runtime apis that I can call from rpg iv?
No Answer is Posted For this Question
Be the First to Post Answer
where we give the MSGSFL in rpg400?
What is Multi Occurrence Data Structure(MODS)?
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
Can an indexed file be accessed in arrival sequence in RPG?
3 members in a databasefile .how to read records from all the members?????????
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
what is a rpg?
What is a record lock error?
what do you mean by an input subfile, what are the keywords required?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...