View previous topic :: View next topic
|
Author |
Message |
nutan
New User
Joined: 27 Jan 2006 Posts: 26
|
|
|
|
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 |
|
|
Rupesh.Kothari
Member of the Month
Joined: 27 Apr 2005 Posts: 463
|
|
|
|
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 |
|
|
|