Execute the INIT function with the following command format:
►►─ INIT AREA=LXX,BLKSIZE=nnnnnn ─┬─────────────┬─┬─────────────────┬──► └─ ,BLOCKS=n ─┘ └─ ,TSN=xxxxxxxx ─┘ ►─┬─────────────────────────┬──┬──────────────┬──────────────────────►◄ └─ ,VARIABLE= ─┬─ NO ◄ ─┬─┘ └─ ,VOLUMES=n ─┘ └─ YES ──┘
Command
Invokes the function to format areas for CA Datacom/DB use.
Required Keywords
Identifies the area to be formatted as the Log Area.
Must be set as 32760. In the special case where you have the requirement to initialize a Log Area (LXX) with Version 15.0 for use by a Version 14.0 MUF, select the values for the BLKSIZE= and BLOCKS= keywords based upon your CA Datacom Version 14.0 documentation.
16384-32760
(No default)
Optional Keywords
For spanned logging, specifies the number of physical blocks per logical block. BLOCKS= may not be 2 or 3 if the LXX is variable. Do not specify when VARIABLE=YES has been set.
An integer from 1 to 3
1
Specifies the starting number for transaction sequence numbers (TSNs).
If you are running with more than one MUF against the same data areas, you should specify a different starting sequence number for each MUF to ensure that the sequence numbers are not duplicated.
The DBUTLTY REPORT AREA=LXX and RESTART reports print the highest TSN previously used.
A hexadecimal value from 00000000 to FFFFFFFF
00000000
Specifies whether you want to use the variable Log Area (LXX) block size feature (for details see Variable Log Area (LXX) Block Size). Specify YES to use the feature. NO is the default. We recommend VARIABLE=YES.
YES or NO
NO
(z/OS only)The n in VOLUMES=n is the maximum number of volumes to initialize. Without the VOLUMES= option, the number of volumes having specific VOLSER information is initialized. The VOLUMES= option allows more volumes to be catalogued as part of the data set and available to an EXTEND or dynamic EXTEND, while being effectively held in reserve without a specific allocation.
For example, you could specify VOLUMES=3 when using an INIT to initialize an area that needs 3 volumes, intending to only initialize the space on 3 volumes. But the JCL could specify 6 specific volumes, for example:
VOL=SER=(VOL001,VOL002,VOL003,VOL004,VOL005,VOL006)
In this example, volumes 4/5/6 are not allocated or used during the INIT but are available to a dynamic extend. In this case, the extra volumes would not need to be removed before another INIT.
the number n of volumes to be catalogued
(No Default)
|
Copyright © 2014 CA.
All rights reserved.
|
|