What is the difference between array and a multiple occurrence data structure?
Answer Posted / jayvardhan
The values stored in array don’t vary. In the otherhand, we can store the different values in same variables at various stages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
define the purpose of the %sst function?
what is the command to know key fields of file?
why do we use readc? What is sflnxtchg?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
how do you use commitment control 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
what are all the contents of subfile?
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
define a shared access path?
what are the different opcodes available in rpg for database access ?
how to run other job when one job is active?
What is the default access path of a file?
what is a non-join logical file?
how can you detect and handle a record lock situation?
What is file information data structure(infds) in as400?