IEFC605I UNIDENTIFIED OPERATION FIELD



IBM's flagship sort product DFSORT for sorting, merging, copying, data manipulation and reporting. Includes ICETOOL and ICEGENER

IEFC605I UNIDENTIFIED OPERATION FIELD

Postby xboss » Sat Nov 10, 2012 12:29 pm

000001 // IF RC = 0 THEN                                   
000002 //MYSORT    EXEC PGM=ICETOOL                         
000003 //TOOLMSG  DD SYSOUT=*                               
000004 //DFSMSG   DD SYSOUT=*                               
000005 //OUTPUT1   DD DSN=&SYSUID..Z3.OUTPUT(OUTPUT1),DISP=SHR
000006 //MSGOUT   DD DSN=&&TMP,DISP=(NEW,PASS)             
000007 //  UNIT=SYSALLDA,SPACE=(CYL,(1,1))                 
000008 //TOOLIN   DD DSN=&SYSUID..Z3.CARDIN(CARD1),DISP=SHR 
000009 //PARMCNTL DD DSN=&SYSUID..Z3.CARDIN(CARD2),DISP=SHR 
000010 // ENDIF                                                                                     

I am getting error,
STMT NO. MESSAGE                             
      5 IEFC605I UNIDENTIFIED OPERATION FIELD

Am I missing something obvious? My eyes are getting tired but could not find the issue. Your help will be appreciated. Thank you.
xboss
 
Posts: 79
Joined: Mon Nov 29, 2010 10:55 am
Has thanked: 0 time
Been thanked: 0 time

Re: IEFC605I UNIDENTIFIED OPERATION FIELD

Postby enrico-sorichetti » Sat Nov 10, 2012 1:14 pm

the data posted has a missing comma on the MSGOUT statement,
so You should get a message for statement 7, not 5 :?

        2 //S1      EXEC PGM=IDCAMS
        3 //SYSPRINT  DD SYSOUT=*
        4 //SYSIN     DD *
        5 // IF RC = 0 THEN
        6 //S2      EXEC PGM=IDCAMS
        7 //SYSPRINT  DD SYSOUT=*
        8 //SYSIN     DD *
        9 //SOMEDD    DD DISP=(,PASS),DSN=&&TEMP
       10 // SPACE=(CYL,(2,2))
       11 // ENDIF
 STMT NO. MESSAGE
       10 IEFC605I UNIDENTIFIED OPERATION FIELD
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: IEFC605I UNIDENTIFIED OPERATION FIELD

Postby NicC » Sat Nov 10, 2012 3:04 pm

The mimatch is probably because the jJCL is an extract otherwise there would have been a lot more errors - no jobcard for starters (unless the default supplied jobcard is valid - never has been in my experience!).

And I wonder what a JCL error has to do with the DFsort forum when there is a perfectly good JCL forum immediately above.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: IEFC605I UNIDENTIFIED OPERATION FIELD

Postby BillyBoyo » Sat Nov 10, 2012 4:54 pm

We are not being shown the processed JCL which the message number relates to, so anything could be wrong. Certainly the comma is missing from what is shown.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: IEFC605I UNIDENTIFIED OPERATION FIELD

Postby xboss » Sun Nov 11, 2012 1:31 am

Thanks guys for looking into this. I found the issue which was way down from my rexx code which as taking MSGOUT as input. Sorry for missing comma, Billy. I missed it while copying my code here.
xboss
 
Posts: 79
Joined: Mon Nov 29, 2010 10:55 am
Has thanked: 0 time
Been thanked: 0 time

Re: IEFC605I UNIDENTIFIED OPERATION FIELD

Postby BillyBoyo » Sun Nov 11, 2012 1:34 am

Well, enrico spotted the missing comma first. Please be careful, always use your emulator's copy and then paste here, to avoid people spending time on what turn out to be typos.

Glad you got it.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: IEFC605I UNIDENTIFIED OPERATION FIELD

Postby NicC » Sun Nov 11, 2012 5:55 am

What rexx code? You have shown some JCL and a JCL error message.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times


Return to DFSORT/ICETOOL/ICEGENER

 


  • Related topics
    Replies
    Views
    Last post