PPROC(1)


NAME

pproc - Display a PROCLIB concatenation.


SYNOPSIS

pproc [-adhv] [<PROCLIB>]

-a
    Display all proclibs.

-d
    Print out debug messages.

-h
    Display syntax help.

-v
    Print out verbose command information.

DESCRIPTION

Displays the various datasets within a proclib concatenation, or all datasets if -a is specified. By default, pproc displays PROC00 on JES2 systems and IATPLBST on JES3 systems.


EXAMPLES

Displays PROC00 on a JES2 system.

    pproc

Displays a user-defined default PROC10.

    export DEFAULT_PROC=PROC10
    pproc

Displays PROC99.

    pproc PROC99

Displays all the proclib members in the concatenation.

    pproc -a

ENVIRONMENT VARIABLES

DEFAULT_PROC
    Overrides the default dataset name to be used when `pproc` is called without arguments.



EXIT VALUES

0
    Success

other
    An error occurred. See error messages for details.