Best Sort card
//MATCH EXEC PGM=SORT
//IN1 DD DSN=... input File1 (FB/10)
//IN2 DD DSN=... input File2 (FB/10)
//OUT12 DD SYSOUT=*
//SYSIN DD *
OPTION COPY
/*
Both IN1,IN2 data will be copied into OUT12. The input records just will be copied into output, but not sorted.
No comments:
Post a Comment
Thank for comment.