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 All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts After newcopy the CICS program user f... CICS 7
No new posts Starting a CICS Transaction from a Th... CICS 0
No new posts Problem moving a cobol program into E... COBOL Programming 3
No new posts Mark Previous & next lines when a... DFSORT/ICETOOL 9
No new posts Error to invoke MPP program through B... IMS DB/DC 4
Search our Forums:


Back to Top