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
Can AnyOne tell me how to read join logical file in rpg from starting to end?
wat is curser?? and its types???
1.If *HIVAL SETGT is used what opcode is used to read a record? A:READ B:READPE C:CHAIN D:READP 2.How to pass numeric parameter to the rpg pgm from the command line? 3.What keyword is used on the rpg 4 definition specification to rename a subfile in an externally definition data structure? A:RENAME B;LIKE C:EXTNAME D:EXTFLD
what are the array operations?
How do you code file / field renames in ILE RPG?
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?
How to index LF by relative record no (RRN)
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 read PF in reverse order (end to start) in CL pgm..
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
How I can reread the physical file in CL program once the end of file reached in same CL program.