Retrun Code 12 while trying to convert EBCDIC to ASCII



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

Re: Retrun Code 12 while trying to convert EBCDIC to ASCII

Postby skolusu » Thu Nov 28, 2013 12:20 am

mbattu wrote:Hi, below is the JCL and am getting ICE14A 0 INVALID OPERATOR error while running it

//TOOLIN DD *
OUTREC BUILD=(1,4,5,TRAN=ETOA)
/*


I am using a VB file. Please help me out


mbattu,

A toolin is supposed to have a valid ICETOOL operator rather than your control cards. You are passing control cards which obviously is NOT going to work.

use the following
//TOOLIN   DD *                                           
  COPY FROM(SORTIN) TO(SORTOUT) USING(CTL1)
//CTL1CNTL DD *                                           
  OUTREC BUILD=(1,4,5,TRAN=ETOA)
//*     
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

These users thanked the author skolusu for the post:
mbattu (Thu Nov 28, 2013 11:25 am)
skolusu
 
Posts: 586
Joined: Wed Apr 02, 2008 10:38 pm
Has thanked: 0 time
Been thanked: 39 times

Previous

Return to DFSORT/ICETOOL/ICEGENER

 


  • Related topics
    Replies
    Views
    Last post