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 "gets". The cobol statement input statement invokes "gets" 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>
<br>
We need to find a way to increase this from 256 to 1024.<br>
<br>
Any ideas on this would be appreciated.<br>