What sizes to do you use to create/initialize your z/OS DASD Volumes (3390) with for MOD3, MOD9, MOD27, & MOD54?
//PACKINIT EXEC PGM=ICKDSF,PARM='NOREPLYU'
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
INIT UNIT(xxxx) VERIFY(xxxxxx) VTOC(?,?,???) VOLID(xxxxxx) NOCHECK -
INDEX(??,?,???) PURGE NOVERIFYOFFLINE
I know this is a very elementary question, but I was recently told that mine were possibly incorrect and I wondered what everyone else was using. Thank you very much in advance for your answers!