can you specify a display file to be used in the following modes input,output, or combined modes ?
Answer Posted / raviendra maurya
Yes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what does the ovrdbf command do?
can you specify a display file to be used in the following modes input,output, or combined modes ?
how to write *pssr ?
when are the referential constraints executed?
What is the Difference between command attention key and command function key ?
What is difference between rename and prefix?
how to read database records without locking them?
what is a primary file?
what is service program?
WHAT IS FERERENTIAL INTRIGRITY ?
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 Default Data Type (if You Define Decimals '0') In Physical File?
in which specification the report layout can be defined?
which are the string manipulation opcodes?
different type of cursor?