[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] SQR 3204 Error
That's right, Ashish. When you opened the file, you gave the compiler a
record length. Now you're trying to write one or more variables to the
file. You have to indicate how many bytes each variable needs. If you add
up all the byte counts, your total is greater than the record length you
gave when you opened the file. Either shorten the strings you're writing or
increase the record length in your open statement.
-----Original Message-----
From: Sengupta, Rajib (CAG-CC-Contractor)
[mailto:Rajib.Sengupta@conagrafoods.com]
Sent: Tuesday, April 29, 2003 8:32 AM
To: sqr-users@sqrug.org
Subject: RE: [sqr-users] SQR 3204 Error
This means
the RECORD argument on OPEN command have a length less than the total of the
lengths indicated.
Rajib Sengupta
Systems Analyst and Team Lead
Peoplesoft Financial and Order Management
Conagra Business Systems
Phone: 402-319-7340
-----Original Message-----
From: Ashish Bhatt [mailto:ashish_bhatt@hotmail.com]
Sent: Tuesday, April 29, 2003 10:23 AM
To: sqr-users@sqrug.org
Subject: [sqr-users] SQR 3204 Error
Hi All,
I hope you are doing fine today.
Does anyone know why I am getting below error:
Error on line 357:
SQR 3204 Length of Variables exceeds record length
Please let me know how to get rid of it.
Thanks in advance.
Have a nice day and great week.
Regards.
Ashish Bhatt.
_________________________________________________________________
Download Norah Jones, Eminem and more! http://www.msn.com.sg/ringtones/
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users