Answer Posted / hoshiyar singh
Override with Printer file (OVRPRTF) command is used to override certain parameters of the printer files used in the program or to replace the printer file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
define the purpose of the *bcat function?
what is maximum number of arrays allowed in rpg?
What are the mandatory keywords of sub 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
what is the difference between packed decimal and zoned decimal?
how can I start a page in a new window?
which cl command is used to trap error messages during program execution?
how to read database records without locking them?
what is the use of dspatr(mdt) keyword?
how do you read data area in an rpg program?
what is the necessary keyword for non-join logical file?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
how many maximum spaces could be given in o specs?
how many files can be defined in f specs?