I have a JCL that invokes SORT with a sort exit routine(i.e; MODS E15= statement) to supply the records to sort.
But after the SORT FIELDS statement the error: 'SORT219E: No SORTIN specified', is showing up in sysout.
sort exit statement is:
MODS E15=(MYPROG,8000,STEPLIB,C)
When running on the mainframe, SORTIN is not required when specifying sort exit routines.
Any thoughts as to why ES would expect the SORTIN?
#EnterpriseServer
