Overriding buffer pool example

In this example, the operator enters LIST=ST. Note that the double commas denote values that are not coded.
 
IBM default            LPBUF=(9,1344,0,,1,2) 
ATCSTR00               LPBUF=(128,,1,,0,0) 
ATCSTRST (LIST=ST)     LPBUF=(8,,0,F,,) 

The resultant values for LPBUF are: (8,1344,0,F,0,0).