BillyBoyo wrote:ASMSRCT2 CSECT
INITL 12,EQU=R BASE REG = 12, R15 = 15
OPEN_FIC EQU *
OPEN (SORTIN,(INPUT))
OPEN (SORTOUT,(OUTPUT))
LA R1,PARLST LOAD ADDR OF PARAM POINTER IN R1
LINK EP=SORT
ENDFIC CLOSE SORTIN
CLOSE SORTOUT
It was the above that "threw" me
sensuixel,
This is the latest DFSORT Application Programming Guide (ice1ca60), if your DFSORT is up-to-date.
The first part of my code (OPEN and CLOSE phase) come from an another program i'm working on, where I need to compare LRECL of INPUT and OUTPUT data set.
My first intention was to test the SORT part separately then bring back the code in my main program.
Anyway thanks a lot for all your replies and for the updated documentation.
When i said "guess" I didn't mean to be rude, sorry if it was interpreted that way.