Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Fri Aug 12, 2005 4:48 pm Post subject:
For a DUMMY input data set, you need to specify a RECFM, LRECL and BLKSIZE on the DD statement, e.g.
//BNC14Y5 DD DUMMY,RECFM=FB,LRECL=500,BLKSIZE=500 _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
Posted: Thu Aug 25, 2005 8:15 am Post subject:
Psridhar,
When you code a DD DUMMY for a sortin , there are no records to copy. When you provided "JUST A DUMMY RECORD" there is atleast one record and you overlayed that with the date1
Try this job which will give you the current date even when using DD Dummy
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Thu Aug 25, 2005 9:33 am Post subject:
Quote:
Can anyone tell me why DUMMY is not possible for SORTIN?
Ganesh.B,
As I said in an earlier post (before you posted):
Quote:
For a DUMMY input data set, you need to specify a RECFM, LRECL and BLKSIZE on the DD statement
I thought that was pretty clear. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum