Previous Topic: LJCK CommandNext Topic: LJCL Examples


LJCL Command

The LJCL command lists the JCL or PARM data for any CA WA CA 7 Edition job when the job name is supplied. The command can access any PDS, CA Panvalet for z/OS, or CA Librarian data sets defined to CA WA CA 7 Edition. This command lists the data set name and the member name specified (or defaulted) on the DB.1 or DB.10 panel for each job.

Note: Any undisplayable hexadecimal characters in the JCL are shown as periods (.) in the output from the LJCL command.

This command has the following format:

LJCL,{JOB={jobname|mask|*}|JOBL={longjobname|mask|*}}
JOB

Defines the jobs whose JCL you want to list. JOB and JOBL are mutually exclusive.

jobname

Defines a job name.

Limits: 1 to 8 alphanumeric characters

mask

Defines a generic job name.

Limits: 1 to 7 alphanumeric characters that are terminated with an asterisk.

*

Specifies all jobs that are defined in the database. The output from this specification can be lengthy and is preferably done using a batch terminal.

JOBL

Defines the jobs whose JCL you want to list. JOB and JOBL are mutually exclusive.

longjobname

Defines a long job name.

Limits: 1 to 64 alphanumeric characters

mask

Defines a generic long job name.

Limits: 1 to 63 alphanumeric characters that are terminated with an asterisk.

*

Specifies all jobs that are defined in the database. The output from this specification can be lengthy and is preferably done using a batch terminal.