DDLS(1)

DDLS(1)                  ZOAU Command Syntax                DDLS(1)


NAME

    ddls - List ddnames for a given job.

SYNOPSIS

	ddls [-dhiv] <job id>

	-d
		Print debug information.

	-h
		Display syntax help.

	-i
		Also prints SYSIN ddnames, similar to INPUT ON option in SDSF.

	-v
		Print verbose information.


DESCRIPTION

	List ddnames for a given job.

    Output has the following columns:
        <step name> <procstep> <ddname> <record format> <record length> <number of records> <dsid>

    procstep outputs "-" for rows with no procstep


EXAMPLES

    List ddnames for job job01032

        ddls job01032

    Print the step name, ddname, and procstep while replacing '-' with ' '

        ddls JOB01061 | awk '{ print $1 "\t" $2 "\t" $3}' | tr - " "

    Print SYSOUT and SYSIN ddnames for job J0001061

        ddls -i J0001061


EXIT VALUES

    0
        Success

    non-zero
        Error, see message for details


SEE ALSO

jsub(1), jcan(1), pjdd(1), jls(1)