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!

Input line too long message

Status
Not open for further replies.

dbmsguy

MIS
Jun 8, 2001
141
CA
i am getting the following message from one of my awk pgms.... it's because the Rec Size is too large. any one know a way around this??


awk: 0602-534 Input line 2002-01-09-11.49.52. cannot be longer than 10,239 bytes


thanks,
Paul Paul
 
Hi dbmsguy-

You might try using gawk. It has no arbitrary limits except the amount of memory available. Standard awk and even the later versions (nawk, mawk, etc.) have fixed limits on record size.

Do a search on the net for gawk. There are several sites that offer zipped executables. I think the latest is version 3.0.6, but there may be a later one by now.

HTH



flogrr
flogr@yahoo.com

 
dbmsguy-

You can ftp the file from this site:

It will be called gawk306x.zip or similar.

Launch the gnuish.htm for more info.


ftp://ftp.simtel.net/pub/simtelnet/gnu/gnuish




flogrr
flogr@yahoo.com

 
Hi,all
Latest is 3.1.0.
available at ftp.freefriends.org/arnold/gawk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top