Example 2

Operation: This example shows how to create an attribute list, how to use the list when allocating two data sets, and how to free the list so that it cannot be used again.

Known:

attrib dsattrs expdt(99365) blksize(24000) -
bftek(a)

allocate dataset(format.input) new block(80) -
space(1,1) volume(111111) using(dsattrs)

alloc da(traject.input) old bl(80) volume(111111) -
using(dsattrs)

free attrlist(dsattrs)