DYNAPOOL - syncsort_cobol_migration_manager - syncsort_clone_center - syncsort_space_recovery_system - syncsort_scc_monitor - syncsort_simulate_2000 - syncsort_allocation_control_center - Latest

Syncsort™ Storage Management Product Installation Guide And DIF User Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ software
Product
Syncsort™ Storage Management > Syncsort™ Cobol Migration Manager
Syncsort™ Storage Management > Syncsort™ Clone Center
Syncsort™ Storage Management > Syncsort™ Space Recovery System
Syncsort™ Storage Management > Syncsort™ SCC Monitor
Syncsort™ Storage Management > Syncsort™ Simulate 2000
Syncsort™ Storage Management > Syncsort™ Allocation Control Center
Version
Latest
ft:locale
en-US
Product name
Syncsort Storage Management
ft:title
Syncsort™ Storage Management Product Installation Guide And DIF User Guide
Copyright
2023
First publish date
1991
ft:lastEdition
2026-01-22
ft:lastPublication
2026-01-22T05:50:39.722000
L1_Product_Gateway
Integrate
L2_Product_Segment
IBM Infrastructure
L3_Product_Brand
Precisely Syncsort
L4_Investment_Segment
Mainframe
L5_Product_Group
Mainframe Storage Optimization
L6_Product_Name
Syncsort Storage Management
Purpose: The DYNAPOOL command allows an operator to assign a value to a UCB address. ACC can then access the assigned value with the use of the DYNAPOOL symbolic field. This facility allows device pools to be dynamically changed by the operator. For example, the operator could use the DYNAPOOL command to reserve tape drive(s) for backup jobs. After the jobs complete, the drive(s) could then be released for general usage.
Tip: To release the device, enter the DYNAPOOL command with only the UCB address specified.

The LIST operand can be used to display the currently reserved UCBs and the associated dynamic pool names. When the list form of the command is used, both the ucbmask and datamask can use wildcard characters: the asterisk (*) and question mark (?). These characters enable rules processing to perform pattern matching.

  • The asterisk (*) stands for any sequence of characters.
  • The question mark (?) stands for any single character in the position.

Syntax:

DYNAPOOL {ucb} [data]
DYNAPOOL {ucbmask} {datamask} {LIST}       

Comments: Since the DYNAPOOL symbolic name can only be eight bytes long, the data portion of the DYNAPOOL command is limited to eight characters.

The DYNAPOOL command reserves devices for use by specific ACC pool definitions. The devices will not be available to non-ACC controlled device requests, or pool definitions that do not contain the appropriate DYNAPOOL request.

Note: When DYNAPOOL is used to reserve or release a device, a REFRESH command will automatically be performed to rebuild the ACC device pool definitions.

Examples: The following console command would reserve the tape drive at unit address 590 for pool definitions that contain DYNAPOOL=BACKUP.

F DIF,DYNAPOOL 590 BACKUP