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



how to see all source files in a particular library? ex:xyz is a library name a,b,and c.......

Answer / sam

Syntak is like that:

WRKOBJPDM LIB(XYZ) OBJ(*ALL) OBJTYPE(*FILE) OBJATR('pf-src')

Is This Answer Correct ?    29 Yes 0 No

how to see all source files in a particular library? ex:xyz is a library name a,b,and c.......

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

how to see all source files in a particular library? ex:xyz is a library name a,b,and c.......

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

how to see all source files in a particular library? ex:xyz is a library name a,b,and c.......

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

how to see all source files in a particular library? ex:xyz is a library name a,b,and c.......

Answer / somee

Using WRKOBJPDM command
Syntax is
WRKOBJPDM LIB(LIB_NAME) OBJTYPE(*FILE) OBJATR('PF-SRC')

Is This Answer Correct ?    3 Yes 0 No

how to see all source files in a particular library? ex:xyz is a library name a,b,and c.......

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

how to see all source files in a particular library? ex:xyz is a library name a,b,and c.......

Answer / prakash

DSPFD FILE(Lib_name/*ALL) TYPE(*ALL) FILEATR(*PF)

Is This Answer Correct ?    2 Yes 0 No

how to see all source files in a particular library? ex:xyz is a library name a,b,and c.......

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

how to see all source files in a particular library? ex:xyz is a library name a,b,and c.......

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

how to see all source files in a particular library? ex:xyz is a library name a,b,and c.......

Answer / shishir

USE THIS COMMAND :
WRKOBJPDM (PRESS ENTER)
OBJATR(PF_SRC)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More IBM AS400 AllOther Interview Questions

What is SDA used for?

7 Answers  


What are the two types of read performed on data queues?

1 Answers  


Difference Between Skip Before & Space Before?

0 Answers   IBM,


what is logical file?

0 Answers   IBM,


What is acronym of RPG?

1 Answers  






what is the difference between clear and reset opcodes and open and close opcodes?please tell me in real time senario with example please? And What is the use of SFLNXTCHG?Where we can use this?

4 Answers   IBM,


What is the purpose of SFLNXTCHG keyword in a subfile?

1 Answers  


what keyword must be used with protect keyword ?

1 Answers   IBM,


What is the purpose of STRCMTCTL command?

1 Answers  


(1)In Cl Program,Are PGM and ENDPGM mandatery Keywords or not .If yes, please tell me why these keywords is necessary. (2)If we will not define these two keywords (PGMand ENDPGM) then any error will be come or not.

5 Answers   FIS, IBM, Virtusa,


Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out

0 Answers   Virtusa,


it is possible declare variable values as variable using cl ? any cl command is there to declare values as variable

2 Answers  


Categories