IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

OUTFIL error record type is F


IBM Mainframe Forums -> JCL & VSAM
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
Mike Zang

New User


Joined: 01 Mar 2013
Posts: 1
Location: Japan

PostPosted: Mon Mar 04, 2013 6:53 am
Reply with quote

I have a JCL as below, it is ok in sysout, but when I change sortout to (*,intrdr), I got error "record type is f, start position 1", what can I do?
Code:
//MYIDC JOB 0,'N-GC-MY',MSGCLASS=0,MSGLEVEL=(1,1),NOTIFY=MYIDC
//MAKEJOB  EXEC PGM=SORT
//SYSOUT   DD SYSOUT=*
//SORTIN    DD *
/*
//SORTOUT DD SYSOUT=*
//*SORTOUT DD SYSOUT=(*,INTRDR)
//SYSIN    DD *
  SORT FIELDS=COPY
  OUTFIL REMOVECC,NODETAIL,
  HEADER1=(C'//MYIDC JOB 0,''N-GC-MYID''',/,
'//LOGSAVE EXEC PGM=ICEGENER',/,
'//SYSUT1 DD DSN=X.YY.D',DATENS=(YMD),'(GE0219),',/,
'// UNIT=SYSDA,DISP=SHR,VOL=SER=VOL001',/,
'//SYSUT2 DD DSN=MY.SAVE.LOG(GE0219),',/,
'// UNIT=SYSDA,DISP=OLD,VOL=SER=VOL002',/,
'//SYSPEINT DD SYSOUT=*',/,
'//SYSIN DD DUMMY',/,
'//*')
/*
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Mon Mar 04, 2013 9:04 am
Reply with quote

Well, first thing is to ask on only one site at once. Topic locked.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
Search our Forums:

Back to Top