Search found 1 match

by dianaazura
Mon Jun 29, 2015 1:57 pm
Forum: COBOL
Topic: COBOL Program performance tuning tips
Replies: 22
Views: 76947

if you are using INPUT/OUTPUT procedure then FASTSRT compiler option will not increase the performance.In such cases it is better to use the DFSORT control statements like INREC,OUTREC,SUM,SKIPREC,INCLUDE or OMIT ,STOPAFT etc and put them under the ddname SORTCNTL or IGZSRTCD. I had a situation wher...