I have account# defined as 9(15) comp-3, starting at position 51 in my input file. Acct# is always a 14 digit number and I need to split input file into 2 o/p files. One file having all records with last 2 digits of account# equal to 00 and the 2nd having other than 00. How do I write my INCLUDE or OMIT statement in sysin?
Any help is greatly appreciated.
Thnak you.