IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What is FASTSRT compiler option


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sandy_mcs

New User


Joined: 01 Apr 2006
Posts: 17
Location: Pune

PostPosted: Sun Jun 25, 2006 2:09 pm
Reply with quote

I'm working on SORT program in cobol
It is showing following error.......
File "INFILE" in the "USING" phrase of the "SORT" statement would have
been eligible for the "FASTSRT" compiler option.

What is this ...
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sun Jun 25, 2006 9:58 pm
Reply with quote

Hi Sandy,

FASTSRT allows the use of the SORT pgm's I/O routines instead of COBOL's I/O. It's MUCH faster.

But you can't use it with IP/OP Procedures. I always select FASTSRT. If I can't use it the compiler won't allow it.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts SCOPE PENDING option -check data DB2 2
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts CICS vs LE: STORAGE option CICS 0
No new posts INSYNC option with same function as I... JCL & VSAM 0
Search our Forums:

Back to Top