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?
Answers were Sorted based on User's Feedback
Answer / sam
Syntak is like that:
WRKOBJPDM LIB(XYZ) OBJ(*ALL) OBJTYPE(*FILE) OBJATR('pf-src')
Is This Answer Correct ? | 30 Yes | 0 No |
Answer / cyjil
using WRKOBJPDM command ...
syntax is WRKOBJPDM LIBNAME( ) OBJECT(*ALL) OBJECT
TYPE(*ALL) OBJECT ATTRIBUTE(PF-SRC)
Is This Answer Correct ? | 12 Yes | 3 No |
Answer / anandaraj.d
i think this may be the optimum answer
go to command wrkobjpdm in that
lib prompt give xyz
object type give pf-src and give enter.....
Is This Answer Correct ? | 11 Yes | 6 No |
Answer / reena
1. STRPDM
2. Work with objects
attribute PF-SRC
you can see all the source physical files in the library
specified
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / somee
Using WRKOBJPDM command
Syntax is
WRKOBJPDM LIB(LIB_NAME) OBJTYPE(*FILE) OBJATR('PF-SRC')
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / swetha p rao
You can see the list using STRPDM
1. STRPDm
2. Work with members
3. Specify the library name
4. Take F4 on the File attribute
you can see all the source physical files in thelibrary
specified
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prakash
DSPFD FILE(Lib_name/*ALL) TYPE(*ALL) FILEATR(*PF)
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / swathi
1.STRPDM press enter.
2.Take option 2(i.e work with members)press enter.
3.Then we provide LIBRARY name & attribute is PF-SRC.pressa enter.
Then it will display the source physicsl files of perticular library.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ved dubye
you can use wrkobjpdm command with pf-src and then use
shift+f9 to make a spool file which is having the list of
all the source file in library
Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of L specs in RPG?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
what is the main use of OPNQRYF ?? in that query why we can use OVERDBF and in that OVERDBY why should we use SHARE(*YES)
what is the syntax for plist?
Diff B/w ref and reffld?
What is the function of SEU ?
what is the maximum number of parameters allowed in rpg?
what opcode could be used to test an alphanumeric field for all numeric values?
How to avoid using indicators in ile ?
How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.
What is the Function of PDM?
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?