Are all these RPG/400 Interviewed Questions being asked
recently? are current?
Why did we give STRSRVJOB while debugging batch program
How can you delete records form a file in rpg without using "Delete" OPCODE?
Difference between RESET and CLEAR
In how many ways a session/device error occurs,,, and what is the remedy for it?
Can anybody tell me that why we use option(*nodebugio)in H- Spec?
what is file information data structure?
How to read a record from file where there is multiple record occurrence is available?
what do you mean by an input subfile, what are the keywords required?
steps for debugging two rpg programs????
how do u track msg in cl pgm???
How to find d key field of a pf that doesn’t have source physical file?
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.