Invalid referback in DCB field



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

Re: Invalid referback in DCB field

Postby Gallium » Sun Nov 30, 2014 11:59 pm

I inserted a //SORTTEMP DD statement where I said that I thought it should go but I get yet more errors:

One says:

ICE056A N SORTOUT  NOT DEFINED           


The other says:

                                         
ICE043A 3 INVALID DATA SET ATTRIBUTES: SORTTEMP RECFM   - REASON CODE IS 10   


Any ideas?
Gallium
 
Posts: 33
Joined: Tue Nov 25, 2014 10:07 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Invalid referback in DCB field

Postby BillyBoyo » Mon Dec 01, 2014 6:01 am

If you read earlier, you'd see that I mentioned SORTOUT was missing. SORTOUT is not mandatory, unless you are using it. It seems that you are (you are not showing your control cards, but you are using it, hence the message).

You have put DCB information (RECFM) on SORTTEMP in the JCL, and got it wrong. Or are creating the wrong RECFM in the control cards (can't tell, as we can't see them).

The order of DDnames is not important, except to do it the way the others you are working with do it. For now, put it after the input file.

Without seeing your code, detail is not possible.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: Invalid referback in DCB field

Postby Terry Heinze » Mon Dec 01, 2014 8:20 pm

Gallium,
As Billyboyo requested, please post ALL JCL and resulting messages, not just what you think is relevant. It wastes a lot of peoples time by posting piecemeal information.
.... Terry
Terry Heinze
 
Posts: 239
Joined: Wed Dec 04, 2013 11:08 pm
Location: Richfield, MN, USA
Has thanked: 12 times
Been thanked: 11 times

Previous

Return to JCL

 


  • Related topics
    Replies
    Views
    Last post