I am doing a SORT in my program and I notice that in the parameters of sort there are two parameters that Easytrieve populates. They are FILSZ and DYNALLOC. Can you tell me which of the options in Easytrieve is causing these override?
Environment
Release: Component: EZTPLS
Resolution
You could find details description in the Language Reference Guide: There are two places where could override FILSZ and DYNALLOC:
1) SORT Statement
This statement has the following format:
SORT input-file-name TO sorted-file-name + USING (sort-key-field-name [D] ...)