Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java - GUI passing problems.

Status
Not open for further replies.

jdhinze

MIS
Jul 14, 1999
35
US
It we think our operating is limiting the number of characters we can pass though our terminal window to COBOL input statement. It appears that we are currently limited to 256 characters. ( which sounds like a reasonable default somewhere) The unix routine is called &quot;gets&quot;. The cobol statement input statement invokes &quot;gets&quot; to pull input from the keyboard.<br>
<br>
We need to find a way to increase this from 256 to 1024.<br>
<br>
Any ideas on this would be appreciated.<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top