how do handle file exception/error?
how do you use commitment control in rpg program ?
I am a fresher. I got project on AS 400. Can any body suggest the best book for learning of it.
what are all the contents of subfile?
can anybody give the interview questions list of RLU. plz mail me: dinesh_sati07@yahoo.com
Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out
can a indexed file be accessed in arrival sequence in rpg program?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
List and explain the different type of data structures?
what is procedure prototype and procedure interface.
What are the different opcodes used for file operation on a subfile in a rpg pgm?
what is scan and xlate?
Can fields be concatenated INa logical file level?