IBM AS400 AllOther (736) What is RETURN CURSER LOCATION in subfile?
define the purpose/use for sflrna?
can anybody give the interview questions list of RLU. plz mail me: dinesh_sati07@yahoo.com
what is message file?
What is the difference between access path and open data path?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
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
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
are there any useful c runtime apis that I can call from rpg iv?
What Is The Error If We Don't Get Login Screen?
how can I automatically refresh a web page?
Write a logic program for knowing the repeated number of a vowels in a given program?
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?
writing an sql statement from selecting records from two files using single statement and nested select statement.
Difference Between Interactive & Batch Job?