what is arrival sequence?

Answers were Sorted based on User's Feedback



what is arrival sequence?..

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

what is arrival sequence?..

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

Post New Answer

More IBM AS400 AllOther Interview Questions

what is the difference between udate and the system date?

2 Answers   IBM,


What is the symbol used for shifting fields in SDA?

1 Answers  


In which specification Data Structures can be defined?

1 Answers  


what is xfoot opcode ?

2 Answers   IBM,


What are the types of object authorities?

1 Answers  


What is the purpose of the "N" in the following calculation specification? C KEY CHAIN FILE N 99

1 Answers  


What is binder language ?

1 Answers  


What are the different types of keywords in display files?

1 Answers  


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

1 Answers  


What is the difference between externally described file and program described file?

1 Answers  


hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.

1 Answers  


what is the purpose of ovrdta (override data) keyword?

2 Answers   IBM,


Categories