for example I want to split the record based on id field.But in my id field i have various value like D,E,7..(There are thousands of record..its very difficult to identify the values in the id field Record )Then how to split the record based on my id field? Is there any steps in jcl..?
If we using outrec like OUTREC FIELDS=(1,10,C' 1'} it must to give the key value inside the quotes..