what is arrival sequence?
Answers were Sorted based on User's Feedback
Answer / anuj tiwari
The records will be accessed the way in which records are added to physical file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / Abul Faisel
Arrival Sequence on IBM AS/400 is a feature used for defining the order in which data is received and processed when multiple tasks are running concurrently. It allows you to specify the order of data processing, ensuring that all tasks receive the same data in the same order.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between udate and the system date?
What is the symbol used for shifting fields in SDA?
In which specification Data Structures can be defined?
what is xfoot opcode ?
What are the types of object authorities?
What is the purpose of the "N" in the following calculation specification? C KEY CHAIN FILE N 99
What is binder language ?
What are the different types of keywords in display files?
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 difference between externally described file and program described file?
hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
what is the purpose of ovrdta (override data) keyword?