IDC3315I   ** RECORD SIZE GREATER THAN 32760 NOT SUPPORTED

Explanation

Access method services cannot process a non-virtual storage access method (VSAM) data set with a logical record length greater than 32,760 bytes. The DCB LRECL parameter was specified with a value greater than 32,760. This value was obtained either from the DD statement, the format-1 data set control block (DSCB) or the data set label (for a tape data set) for a non-VSAM data set, or it was generated by the EXPORT or EXPORTRA command for a portable data set. The logical record length for the EXPORT or EXPORTRA command is based on the maximum record size of the VSAM data set being exported. The maximum VSAM record size that can be handled by EXPORT is:
  • 32,752 for relative record data sets
  • 32,756 for all other types of VSAM data sets
The maximum record size that can be handled by EXPORTRA is:
  • 32,748 for relative record data sets
  • 32,752 for all other types of VSAM data sets

System action

The system ends processing of this command.

System programmer response

Enter the access method services LISTCAT command to list catalog entries and information about objects defined in the catalog.

If the error recurs and the program is not in error, look at the messages in the job log for more information. search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the JCL and the SYSOUT output for the job.

Programmer response

Do one of the following:
  • Change the DD statement to specify a DCB LRECL parameter of less than 32,760 bytes or to refer to a non-VSAM data set whose logical record length (as specified in its format-1 DSCB or data set label) is less than 32,760 bytes
  • Change the VSAM maximum logical record size to conform to the restrictions given above. In order to use the second alternative, redefine and reload the VSAM data set.

Source

DFSMSdfp

Module

IDCIO01