Usage Note 18626: Syntax on how to allocate SAS system option UTILLOC at SAS invocation
The following example shows how to allocate SAS System Option UTILLOC
via the OPTIONS parameter at SAS invocation in JCL:
Col 71 ---------------------------------------------------------------+
V
//SAS EXEC SAS,
// OPTIONS='UTILLOC=''''ALLOC DATACLAS(STD) STORCLAS(STD) CYL S
// PACE(2,20) UNIT(DISK)'''''
Every apostrophe in the UTILLOC option itself must be quadrupled. For
example:
UTILLOC=''''ALLOC DATACLAS(STD) STORCLAS(STD) CYL SPACE(2,20)
UNIT(DISK)''''
Then the string above must be inserted into the string which defines the
value of the JCL symbol OPTIONS:
OPTIONS='UTILLOC=''''ALLOC DATACLAS(STD) STORCLAS(STD) CYL SPACE(2,20)
UNIT(DISK)'''''
Finally, the parameter field for the EXEC statement on which the OPTIONS
symbol is defined must be continued to additional lines by ending the
string (coding a non-blank) in column 71 and continuing the parameter in
column 16 of the next line.
For additional details and rules, refer to the following topics of the
manual z/OS V1R7.0 MVS JCL Reference, (SA22-7597-10), © Copyright IBM
Corp. 1988, 2006:
5.4.2.1 Defining and Nullifying JCL Symbols Using Special Characters in
Substitution Texts, the topic entitled "Using Special Characters in
Substitution Texts"
3.4.1.2 Continuing Parameter Fields Enclosed in Apostrophes
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.1 TS1M2 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Usage Note |
Priority: | |
Topic: | Data Management ==> Access ==> SAS I/O
|
Date Modified: | 2007-01-09 18:08:23 |
Date Created: | 2006-09-26 11:03:08 |