Any tips for “cutting” data using REVIEW?
Understand the difference between the COPYOUT and APPEND commands. In particular, if you wish to accumulate multiple “cuts” into one file, use ‘CUT’ for the first “cut” and ‘ADD’ for subsequent “cuts”. ‘COPYOUT’ or ‘CUT’ will overlay all previous output data, while ‘ADD’ or ‘APPEND’ or ‘TACKON’ functions like DISP=MOD (ie. opens the output file for EXTEND).