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 |
How many PARM statement can we use in a CL program?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
a multiple format logical file is also known as?
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 see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?
how do you use exceptional write in c specs?
What Is The Error If We Don't Get Login Screen?
what is the difference between packed decimal and zoned decimal?
when should I use method get, and when should I use method post in my cgis?
what is the function of cpysplf command?
What is a Device file?
Hey, What is the difference between SCAN,CHECK,XLATE OPCODES? please give me the answeres with example in real time senario?