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

Incorrect error message if mask length > 44 #86

Closed KUGDev closed 2 years ago

KUGDev commented 2 years ago

Create mask with length=45: image 'less than 44 characters' means that possible max(length)=43, but we have max(length)=44 in z/OS. My suggestion to change message to something like 'Dataset mask length must not exceed 44 characters'