View previous topic :: View next topic |
Author |
Message |
Ravikanth Beginner
Joined: 16 Aug 2004 Posts: 1 Topics: 1
|
Posted: Mon Aug 16, 2004 8:37 am Post subject: The equivalent option BUFSIZE in AIX.... |
|
|
1) We know that compiler option BUFSIZE is treated as a comment in AIX cobol.
Can you please tell me how I can specify the compiler option equivalent to BUFSIZE in AIX cobol compiler. |
|
Back to top |
|
|
superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Mon Aug 16, 2004 8:59 am Post subject: |
|
|
You know, this isn't a forum for AIX machines. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Mon Aug 16, 2004 9:06 am Post subject: |
|
|
Ravikanth,
As you are aware BUFSIZE is treated as comment in AIX cobol. The Bufsize parameter is just for allocating main storage for compiler work datasets, which will improve the performance of the compiler.
Why do you need to change this ? As such the AIX Cobol compiler is a high performance compiler.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|