You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
584eaed: Change the default volser naming from numeric (111111) to alpha (AAAAAA) in sysgen.py. Using numeric volsers limits the number of DASD creatable in a step to 9 volumes, and the final customization step already creates 8 volumes as it is. Using alphabetical volsers at least stretches that list to 26 from 9. In the future, this should include a bounds check to make sure we don't do past ZZZZZZ or possibly revert back to "real" numeric volsers like 000001++ or something. (Joe George) #21
487bff8: Allow -C parameter if there's no .step file and no completed build. (Joe George) #21
e49b81d: Fix to allow non-admin users access to the user catalogs (Soldier of FORTRAN)
8250cf9: Adding and fixing user catalog access (Soldier of FORTRAN)