how to see all source files in a particular library?
ex:xyz is a library name
a,b,and c..... are source files how to see?
Answer Posted / shishir
USE THIS COMMAND :
WRKOBJPDM (PRESS ENTER)
OBJATR(PF_SRC)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can level check error occur if we do chgpf?
which of the cl command can be used to determine which logical files are dependent on a specific file?
how many levels are there in a physical file?
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...
what is the use of jdftval in join logical file?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
how you will find an error which is not in the first page of the subfile without using rolldown key?
what is the difference between *like and *namvar ?
How can we read file using curser? how to define a curser?
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
how do you read changed records backward in subfile?
How to reverse a string using RPG?
what opcode will be used to test the zone of a character field?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
What is the Difference between command attention key and command function key ?