not able to copy 10 records from tape



IBM's flagship sort product DFSORT for sorting, merging, copying, data manipulation and reporting. Includes ICETOOL and ICEGENER

not able to copy 10 records from tape

Postby mainframe1 » Mon Feb 01, 2010 12:17 pm

hi, i have used the follwomg jcl for copying 10 records from tape to dasd. getting S837,
//S15S  EXEC PGM=SORT
//**********************************************************************
//*       COPY OUT TAPE FOR INTERNAL PURPOSE                           
//**********************************************************************
//SORTIN  DD DSN=aaa.bbb.cccc.M00,DISP=SHR,                         
//             UNIT=VTS1                                               
//SORTOUT DD DSN=TST.sss.333.INPUT,DISP=(,CATLG,DELETE),               
//           SPACE=(CYL,(10,10))                                               
//SYSOUT    DD SYSOUT=*                                                 
//SYSIN DD *                                                           
  SORT FIELDS=COPY,STOPAFT=10                                           
/*                                                                     


pls help
mainframe1
 
Posts: 35
Joined: Wed Oct 08, 2008 11:39 am
Has thanked: 0 time
Been thanked: 0 time

Re: not able to copy 10 records from tape

Postby Robert Sample » Mon Feb 01, 2010 5:06 pm

Sx37 messages relate to end of files. The S837 should have been accompanied by an IEC028I message, which will tell you what the system perceives the problem to be. Are you sure there are 10 records on the tape?
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: not able to copy 10 records from tape

Postby MrSpock » Mon Feb 01, 2010 7:44 pm

And if you want a reasonable response from the DFSORT team you should be posting the entire contents of your SYSOUT DD with all of the DFSORT ICE* messages.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times


Return to DFSORT/ICETOOL/ICEGENER

 


  • Related topics
    Replies
    Views
    Last post