1 IEFC662I INVALID LABEL



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

1 IEFC662I INVALID LABEL

Postby dn2012 » Thu May 03, 2012 4:57 am

Hello,

I am trying to create QSAM file as below:
But getting message in output file as

1 IEFC662I INVALID LABEL

//**********Create and populate a new QSAM file************************
//*                                                                   
//CONCATS2 EXEC PGM=IEBGENER                                           
//SYSPRINT DD  SYSOUT=*                                               
//SYSIN    DD  DUMMY                                                   
//* :....1....:....2....:....3....:....4....:....5....:....6....:....7.
//SYSUT1   DD  *                                                       
00011 File-001, Record-001                                             
00021 File-001, Record-002                                             
00031 File-001, Record-003                                             
/*                                                                     
//SYSUT2   DD  DSN=TSSDN.DATA.CONCATD1,           
//             DISP=(NEW,CATLG,DELETE),           
//             STORCLAS=MFI,                     
//             SPACE=(TRK,5),                     
//             DCB=(RECFM=FB,LRECL=80,DSORG=PS)   
//*                                               


Thanks for ur help
dn2012
 
Posts: 114
Joined: Thu Feb 16, 2012 6:10 am
Has thanked: 0 time
Been thanked: 0 time

Re: 1 IEFC662I INVALID LABEL

Postby Robert Sample » Thu May 03, 2012 5:22 am

What UNIT is being assigned, since your JCL doesn't include one?
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: 1 IEFC662I INVALID LABEL

Postby BillyBoyo » Thu May 03, 2012 5:24 am

Please show the JESJCL and JESYSMSG from your job.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: 1 IEFC662I INVALID LABEL

Postby dn2012 » Thu May 03, 2012 5:36 am

JESJCL


     //***THE IEBGENER UTILITY: GENERATE (COPY) A SEQUENTIAL DATA SET******
     //*                                                                   
     IEFC025I INSTALLATION MODIFIED JCL - //TSSDNFIl JOB (H1345011000,110,0
     JOB19746                                                             
   2 //CONCATS2 EXEC PGM=IEBGENER                                         
   3 //SYSPRINT DD  SYSOUT=*                                               
   4 //SYSIN    DD  DUMMY                                                 
     //* :....1....:....2....:....3....:....4....:....5....:....6....:....7
   5 //SYSUT1   DD  *                                                     
   6 //SYSUT2   DD  DSN=TSSDN.DATA.CONCATD1,                               
 5 //SYSUT1   DD  *                               
 6 //SYSUT2   DD  DSN=TSSDN.DATA.CONCATD1,       
   //             DISP=(NEW,CATLG,DELETE),       
   //             STORCLAS=MFI,                   
   //             SPACE=(TRK,5),                 
   //             DCB=(RECFM=FB,LRECL=80,DSORG=PS)
   //*                                           


JESMSGLG
16.19.43 JOB19746 ---- WEDNESDAY, 02 MAY 2012 ----                           
16.19.43 JOB19746  IEFC452I INVALID - JOB NOT RUN - JCL ERROR  204           
------ JES2 JOB STATISTICS ------                                             
           25 CARDS READ                                                     
           37 SYSOUT PRINT RECORDS                                           
            0 SYSOUT PUNCH RECORDS                                           
            3 SYSOUT SPOOL KBYTES                                             
         0.00 MINUTES EXECUTION TIME                                         
******************************** BOTTOM OF DATA ******************************
                                                                             
dn2012
 
Posts: 114
Joined: Thu Feb 16, 2012 6:10 am
Has thanked: 0 time
Been thanked: 0 time

Re: 1 IEFC662I INVALID LABEL

Postby steve-myers » Thu May 03, 2012 6:15 am

What does the manual say? FWIW, the IEFC452I message gives it away if you look at the message carefully and think about its contents for about 5 seconds.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: 1 IEFC662I INVALID LABEL

Postby BillyBoyo » Thu May 03, 2012 12:12 pm

You've managed to move on to a different message. Think what it was that changed in that time. Look up both messages. You can do this easily on the web using IBM's LookAt http://www-03.ibm.com/systems/z/os/zos/bkserv/lookat/. If you look at the JCL card number you have for each of the messages, you'll see it is for the one line of JCL you haven't shown.

Get the rest of it yourself, and count it progress.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: 1 IEFC662I INVALID LABEL

Postby dn2012 » Thu May 03, 2012 8:12 pm

I changed the class and it work.
It was 'A' before . We used for our production.
dn2012
 
Posts: 114
Joined: Thu Feb 16, 2012 6:10 am
Has thanked: 0 time
Been thanked: 0 time

Re: 1 IEFC662I INVALID LABEL

Postby gokulNmf » Thu May 03, 2012 9:56 pm

can u post JESYSMSG?
Cheers,
Gokul
User avatar
gokulNmf
 
Posts: 118
Joined: Sat Mar 28, 2009 6:41 pm
Location: India
Has thanked: 2 times
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post