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

Utilities in JCL - Program not found - IEBCOPY


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nutan

New User


Joined: 27 Jan 2006
Posts: 26

PostPosted: Wed Feb 01, 2006 3:14 pm
Reply with quote

Hi,
While using any utility in a JCL , it is giving error "Program not found - IEBCOPY ".

e.g.:

//JOB1 JOB
//STEP1 EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//IN DD DSN=NEW.NUT,DISP=(SHR,CATLG,CATLG)
//OUT DD DSN=NUT,DISP=SHR
//SYSIN DD *
COPY OUTDD=OUT,INDD=IN
/*
//
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Wed Feb 01, 2006 3:38 pm
Reply with quote

Hi,

Code:
//JOB1 JOB
//STEP1 EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//IN DD DSN=NEW.NUT,DISP=(SHR,CATLG,CATLG)
//OUT DD DSN=NUT,DISP=SHR
//SYSIN DD *
COPY OUTDD=OUT,INDD=IN
/*


This JCL ran fine in my shop. Please check it again or contact your adming for this.

Regards
Rupesh
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top