can a single screen format occupy a screen area above and below a subfile format ?
Answer Posted / akash singh
Not possible.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how you will find an error which is not in the first page of the subfile without using rolldown key?
what opcode could be used to test an alphanumeric field for all numeric values?
what are the various types of device files?
what is match field indicator?
Apart from opening of a file do we have any other use of USROPN?
Difference Between Skip Before & Space Before?
how to define to define a hidden filed in dspf ?
what is the use of data structures?
How to add 99 menu (page down) option in menu creation..
What is the default access path of a file?
in conjunction with which statements can orxx and andxx conditions be used ?
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 message subfile?
what is the maximum number of subfiles that can specified in a display file ?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?