What is the function of SEU ?
Answer / raviendra maurya
A utility for editing programming language source code.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to handle job errors in as400 what is the command and where can we find out whether the job has any errors
what are the types of errors available in rpg IV or 400.Like decimal data error,sessional error or device error etc...means important error occurings,ie to find out suddenly???pls give answ if u know?
what does opcode post do ?
I am a fresher. I got project on AS 400. Can any body suggest the best book for learning of it.
can anybody give the interview questions list of RLU. plz mail me: dinesh_sati07@yahoo.com
Can you summarize the steps I have to go through in writing my first cgi?
what is a primary file?
what is subfile?
Define an Interactive Job?
How can we update a specific field in RPG?
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
what is the maximum number of files allowed in rpg?