why we sometimes use same file name in FILE and TOFILE in
OVRDBF and sometimes different??please tell
Answer Posted / upendra kachhwaha
There is one more use when you want to handle sharing of ODP created for the database member.
Also you can provide open scope to for better handling in different level(Job or Activation Group).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
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
which of the following operations does not zero the field flda defined as 4,0?
what is the maximum number of files allowed in rpg?
what is a physical file?
name few ibm supplied libraries?
how do u compile rpgle program?
what does opcode post do ?
what are the different methods to access seu?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
what is the version of os/400 that we have?
can a single screen format occupy a screen area above and below a subfile format ?
what is externally described file ?
How to avoid using indicators in ile ?
which are the string manipulation opcodes?