IBM AS400 AllOther (736) Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
what is the use of sflnxtchg?
what are the different methods to access seu?
What is input procedure?
what is message subfile?
How do I remove a flag or check no. or name when a user opens too many sessions?
what is the function of crtdupobj command?
how will you search an array?
define the purpose of the *bcat function?
what is file information data structure?
what is full form for dds?
explain the difference between defining subfile and message-subfile?
What is RETURN CURSER LOCATION in subfile?
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
how to read database records without locking them?