When you access a file, you must provide information to the operating system to locate the file on disk storage. You can specify this information in one of two ways:
The advantages of specifying the data set name or other operating system information on the FILE statement are:
By default, data set information included on the FILE statement will be used in both central version and local mode environments to dynamically allocate a data set unless the identifying information is overridden through a JCL statement.
A site may control whether dynamic allocation is used by default for local mode operations and the default behavior can be overridden for an individual job step. Both of these actions are effected through the use of the LOCAL_DYNAMIC_ALLOCATION SYSIDMS parameter. The default behavior can be established by compiling a SYSIDMS options module and it can be overridden by specifying a LOCAL_DYNAMIC_ALLOCATION parameter in the SYSIDMS file associated with the job step.
Note: For more information about the SYSIDMS parameter file, see the CA IDMS Common Facilities Guide.
|
Copyright © 2014 CA.
All rights reserved.
|
|