how can we view the entire objects and its types in a pgm?
Answer Posted / abhishek
Use command DSPPGMREF , to see all objects used by program
with their identifier as well .It will give a list of
objects which is being used by program.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
what is *inzsr used for?
what keyword must be used with protect keyword ?
a multiple format logical file is also known as?
what is the use of sflend keyword?
what is the favicon.ico request that my site receives now and then?
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 physical file and logical file?
when should I use method get, and when should I use method post in my cgis?
how many printer files can be defined in f specs ?
what are the three line types in rlu ?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
how many levels are there in a physical file?
What is the maximum number of subfiles that can be specified in a display file?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.