Getting Error while using ICEMAN tool

In this Mainframe Forum - You can post your queries on JCL, OS/390 JCL, MVS JCL, z/OS JCL, JES2 & JES3

Moderators: Frank Yaeger, DikDude, Moderator Group

Post Reply
giri211
Member
Posts: 5
Joined: Thu Aug 27, 2009 11:26 am

Getting Error while using ICEMAN tool

Post by giri211 » Sat Aug 29, 2009 6:44 pm

HI ALL,
MY REQUIREMENT IS TO CHANGE THE "GOODBYE' WITH 'BYE"

HERE IS MY CODE

Code: Select all

//XXXX JOB ('XXX'),REGION=4096K,CLASS=A,NOTIFY=&SYSUID 
//STEP1 EXEC PGM=ICEMAN                                     
//SYSOUT DD SYSOUT=*                                        
//SORTIN DD DSN=XXX.SORT.INPUT,DISP=SHR                  
//SOROUT DD DSN=XXX.SORT.OUTPUT,DISP=SHR                 
//SYSIN DD *                                                
   OPTION COPY                                               
   INREC FINDREP=(IN=C'GOODBYE',OUT=C'BYE')                  
/*                                                          
But in the spool , i am getting error as

Code: Select all

0 BLOCKSET     COPY  TECHNIQUE SELECTED                                
0 VISIT http://www.ibm.com/storage/dfsort FOR DFSORT PAPERS, EXAMPLES A
1 - CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R5 - 19:02 ON SUN AU
     OPTION COPY                                                        
     INREC FINDREP=(IN=C'GOODBYE',OUT=C'BYE')                           
F RECORD TYPE IS F - DATA STARTS IN POSITION 1                         
1 SORTOUT  NOT DEFINED                                                 
0 C5-K90013 C6-K90013 C7-K90000 C8-K90013 E7-K24705                    
3 END OF DFSORT                                                        
please help me to resolve this problem

Gerry Ciccheti
Member
Posts: 16
Joined: Thu Jul 30, 2009 7:52 am

Post by Gerry Ciccheti » Mon Aug 31, 2009 6:20 am

Hi,

the error message says
1 SORTOUT NOT DEFINED
Your JCL says //SOROUT DD DSN=XXX.SORT.OUTPUT,DISP=SHR


Gerry

giri211
Member
Posts: 5
Joined: Thu Aug 27, 2009 11:26 am

Post by giri211 » Mon Aug 31, 2009 9:21 am

thx Gerry, the problem now solved

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Mon Aug 31, 2009 3:53 pm

For the benefit of others, can you please share the solution you use.
Regards,
Anuj

giri211
Member
Posts: 5
Joined: Thu Aug 27, 2009 11:26 am

Post by giri211 » Mon Aug 31, 2009 3:59 pm

This is the final solution

Code: Select all

//xxxxx JOB 
//STEP1 EXEC PGM=ICEMAN                                    
//SYSOUT DD SYSOUT=*                                       
//SORTIN DD DSN=xxx.SORT.INPUT,DISP=SHR                 
//SORTOUT DD DSN=xxx.SORT.OUTPUT,DISP=SHR               
//SYSIN DD *                                               
  OPTION COPY                                              
  INREC FINDREP=(IN=C'GOODBYE',OUT=C'BYE')                 
/*

academyindia4

Topic deleted by Admin

Post by academyindia4 » Mon Feb 01, 2016 1:24 am

<< Content deleted By Admin >>

academyindia4

Topic deleted by Admin

Post by academyindia4 » Wed Feb 03, 2016 12:40 am

<< Content deleted By Admin >>

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others