Answer Posted / kanckan singh
It copies the spooled file to the data base file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the maximum number of records you can specify in a display file?
What is program status data structure(psds) in as400?
all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
how many levels are there in a physical 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
can a join logical file be updated?
what is externally described file ?
what are different types of substems?
what is arrival sequence?
What is the difference between crtdupobj and copyf?
What are the mandatory keywords of sub file?
explain the purpose of keep and assume keywords?
Space & Skip Are Which Level Keywords?
what is the necessary keyword for non-join logical file?