0 votes
in Cobol by
What are the different rules of SORT operation?

1 Answer

0 votes
by

SORT can be performed when

  1. Input and Output files must remain closed
  2. Working file must have a select clause
  3. Input and Output files have FD entries
  4. Work file should have short description in File Section
...