I have three questions on DFSORT/ICETOOL
1. For variable length files, can I get the record length of the current record as a symbol (like VLEN) so that I can use it in some computation.
2. In a COBOL SORT with an INPUT/OUTPUT procedure, can I use a OMIT statement in a DFSPARM and if so is the record omitted before the input procedure or after the sort in the output procedure. Can I use INREC OUTREC statements?
3. Is there any way to process OCCURS fields in a variable length record.
Thanks Frank