zowe / zowe-explorer-intellij

IntelliJ Zowe Plug-in that provides possibility to interact with z/OS features. Has Zowe Kotlin SDK as it's core to interact
Eclipse Public License 2.0
10 stars 4 forks source link

Allocate like for datasets with BLK will be with warning #67

Closed KUGDev closed 1 year ago

KUGDev commented 2 years ago

BLK is not supported by z/OSMF For clearness, this allocation unit was used to conform datasets structures between different device types (e.g. 3370, 3380, 3390). Now, the 3390 device type is more like a standard, so it is not necessary to use this allocation unit Our code should not make it possible to use BLK as an allocation unit during ds creation So it should be eliminated everywhere in the plugin What about the allocate like an option, it should warn users when they try to allocate like the ds with BLK that it will be changed to TRK/CYL