Issue:
Cause:
This error message indicates that the file the user is trying to import has more lines than the aws (Active Work Space) maximum allows. The maximum number of lines that can be imported is a parameter that can be set In Roscoe. However, the largest value for this parameter is 32000. It does not matter how many characters are on the line as long as it is not greater than 255. If the length of the line is greater than 255, you will not get an error, but the line will wrap and each line of the file will use up 2 lines in the AWS, reducing the total line limit to 16000. The line limit does not have anything to do with the amount of DASD space the file occupies.
MAXIMUM NUMBER OF LINES 32000
For more information about setting and increasing the line limit, please see TEC294274 ROSCOE AWS DATASETS
Examples
1) The line limit is 32,000 and the lrecl of the file 92. You can have 32,000 lines that are 92 characters wide.
2) The line limit is 32,000 and the lrecl of the file 255. You can have 32,000 lines that are 255 characters wide.