Answer Posted / s.kumar
No.Only Single Record format file we can use.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
what is the maximum number of records you can specify in a display file?
Apart from opening of a file do we have any other use of USROPN?
explain the use of dftwrt display keyword?
what is a non-join logical file?
which are the member types which seu supports?
what is rpg fixed logic cycle?
What is data structure in as400? What is the use of data structure?
What is RETURN CURSER LOCATION in subfile?
how to validate input values in display file ?
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
Explain The Keywords Edtcde & Edtwrd?
define the rcvf command?
what is a logical file?
How to avoid using indicators in ile ?
What is the Difference between command attention key and command function key ?