Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
1256489
1256489
Description

...

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Configuration File Keyword

jcl_library ddname,dataset[UAG520:,dataset]...






(tick)

Anchor
1256525
1256525
Value

...

There is no default value.

Examples

html-bobswift
Panel
<pre>
jcl_library    prod,sys1.jcl.cntl,sys2.jcl.cntl
</pre>

This example illustrate two data sets being allocated to ddname PROD.

sys1.jcl.cntl will be first in the concatenation since it is first in the data set list.


<pre>
jcl_library  prod,sys1.jcl.cntl
jcl_library  prod,sys2.jcl.cntl
jcl_library  "test, test1.jcl.cntl, +
                          test2.jcl.cntl, +
                          test3.jcl.cntl"
</pre>
Panel
Html bobswift

This example illustrates two ddnames being allocated, PROD and TEST.

...