ICPREF keyword
Use the ICPREF keyword to identify a data set name prefix.
A data set name prefix is required when you dynamically allocate an output image copy data set by using the ICALLOC(Y) and IC(*) or STKIC keywords and you do not provide a dynamic allocation model.
Do not specify prefixes SYS, PLUS, and DFS when using preallocated GDGs; the product ignores ddnames with these prefixes.
Uses | Optional in global and database-specific options modules. Optional on the following control statements:
|
---|---|
Related keywords | |
Syntax | ICPREF(dsnprefix) |
Values | For the value, specify the data set name prefix (1-33 alphanumeric characters, including periods). This prefix is the high-level qualifier of the data set name. The prefix can include periods and must conform to normal data set naming standards; it cannot end with a period. |
Default | None |
Related topic