I have a SORTIN data set with the attributes RECORD FORMAT=U. I'm getting the error
ICE043A K INVALID DATA SET ATTRIBUTES SPECIFIED SORTOUT RECFM
Problem with RECFM=U
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: Problem with RECFM=U
RECFM=U is a load library. What possible reason would you have to process it with a SORT?
Re: Problem with RECFM=U
RECFM=U can also be used as output from DFdss - but I wouldask why it needs to sorted 

- Frank Yaeger
- Global moderator
- Posts: 1079
- Joined: Sat Jun 09, 2007 8:44 pm
- Skillset: DFSORT, ICETOOL, ICEGENER
- Referer: Search
- Contact:
Re: Problem with RECFM=U
Vatsalya,
You're getting that message because DFSORT does not support processing of RECFM=U data sets. If you had looked up the ICE043A message in "z/OS DFSORT Messages, Codes and Diagnosis" or with LookAt, you would have seen that one of the bullets under Explanation for that message is:
The record format of the input or output data set was U (undefined).
You're getting that message because DFSORT does not support processing of RECFM=U data sets. If you had looked up the ICE043A message in "z/OS DFSORT Messages, Codes and Diagnosis" or with LookAt, you would have seen that one of the bullets under Explanation for that message is:
The record format of the input or output data set was U (undefined).
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0
- 5100
-
by mehi1353
View the latest post
Wed May 11, 2022 2:04 pm
-
-
Got problem using BPX1PCT to define aggregate
by chong_zhou » Thu Aug 19, 2021 4:45 pm » in Assembler - 1
- 1747
-
by chong_zhou
View the latest post
Thu Aug 19, 2021 6:48 pm
-
-
-
File def'n-problem with different records layouts
by ralph » Tue Oct 26, 2021 10:47 pm » in IBM Cobol - 2
- 1527
-
by ralph
View the latest post
Wed Oct 27, 2021 1:42 am
-
-
-
Problem in ISPF editor with automatic line break
by aprilgas » Tue Sep 24, 2024 3:24 pm » in TSO & ISPF - 8
- 3801
-
by aprilgas
View the latest post
Fri Sep 27, 2024 3:55 pm
-