Example 10: Allocate a new sequential data set with space allocated in blocks and using an attribute list

Known:

attrib atrlst3 dsorg(ps) lrecl(80) blksize(3200)

alloc da(ex5.data) using(atrlst3) block(1000) +  
space(20,10) new