1
0
mirror of https://github.com/moshix/mvs.git synced 2026-03-02 01:30:28 +00:00

Update blocksize.go

This commit is contained in:
moshix
2024-04-26 09:19:08 -05:00
committed by GitHub
parent dabf7b7383
commit 301f6a8aff

View File

@@ -55,7 +55,7 @@ BLK080I blocksize -dasd 3380 -lrecl 80`)
log.Fatalf("could not get blockSize: %v", err)
}
fmt.Println("\nBLK100I Ideal block size for DASD type", dasd, ", LRECL: ", lrecl, " is: ", blockSize)
fmt.Println("\nBLK100I Ideal block size for DASD type", dasd, ", with LRECL ", lrecl, " is: ", blockSize)
fmt.Println("BLK900I END OF PROCESSING")
}
func getBlockSize(dasd string, lrecl int) (int, error) {