What controls which printer a report goes to?
Answers were Sorted based on User's Feedback
Answer / janet
we can use wrksplf and take option 2 where we can define
printer name.
or chgjob we can define a printer name
| Is This Answer Correct ? | 1 Yes | 0 No |
what is join logical file?
How to know message id (errorid) in msgfile when error is occurred on screen ? WRKMSF will display all error id but i want to know error id based on error msg only?
1 Answers IBM, Ignis Technologies, SSR,
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
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?
what is the rpg and cl life cycle?Please tell me any body
How to write a password mask program in as400? like the password which i type should be displayed as '*****' r ###### which the user wishes to dispaly if u could help me with url r the solution in written code this will help me
what are various techniques to pass parameters from one program to another?
how may a cgi control duplicate inputs?
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
How many PARM statement can we use in a CL program?
in conjunction with which statements can orxx and andxx conditions be used ?
How many MONMSG commands can declare in a CL program?