Answer Posted / prity kumari
By using a command WRKOBJLCK.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you read data area in an rpg program?
can a single screen format occupy a screen area above and below a subfile format ?
how many printer files can be defined in f specs ?
How to convert a spool file to PDF file in AS400?
what are the different opcodes available in rpg for database access ?
What is compiler directive in as400? Give example of compiler directive.?
What is the Difference between command attention key and command function key ?
what is the function of rlu ?
define the purpose/use for sflrna?
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 sflclr and sflinz?
If i change any file through application after entering data , how to check which file is updated through applications . For call stack we takes esc 3 then we chose 11..But What is answer of below qtn..?
what are the three types of keywords associated with printer file ?
how many types of display are available on as/400 for user interaction?
What are the mandatory keywords of sub file?