IEF648I INVALID DISP FIELD- PASS SUBSTITUTED



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

IEF648I INVALID DISP FIELD- PASS SUBSTITUTED

Postby coldplay1991 » Wed Nov 16, 2011 4:51 am

IEF648I INVALID DISP FIELD- PASS SUBSTITUTED ?
What does this error mean. I have a NEW,PASS on a temp dataset.
coldplay1991
 
Posts: 59
Joined: Tue Nov 15, 2011 5:47 am
Has thanked: 0 time
Been thanked: 0 time

Re: IEF648I INVALID DISP FIELD- PASS SUBSTITUTED

Postby BillyBoyo » Wed Nov 16, 2011 5:26 am

The system says you don't, or have an invalid DISP on some dataset, anyway.

If you still have a problem, post the JCL and Jes messages, in the Code tags please.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: IEF648I INVALID DISP FIELD- PASS SUBSTITUTED

Postby steve-myers » Wed Nov 16, 2011 7:43 am

You probably have JCL like this -

//add DD DISP=(NEW,KEEP),...,DSN=&&TEMPDS

You can PASS or DELETE a temporary dataset. You cannot KEEP, CATLG or UNCATLG a temporary dataset. This is just a warning message to let you know the system is doing sometihing reasonable
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: IEF648I INVALID DISP FIELD- PASS SUBSTITUTED

Postby coldplay1991 » Wed Nov 16, 2011 7:45 am

I have this Steve.
//SMFUNLD.OUTDD DD DISP=(NEW,PASS),DSN=&&SMFTEMP,

and then

//SORTIN DD DSN=&&SMFTEMP,
// DISP=SHR

By the way, Steve, I am having another problem. The SMF.ACCUM.LOG.GenerationX shows used % and when I sort and copy that dump into my generation called JOHN.DATA.GENERATION. Used % shows 0. It means its not copied although all error codes end up cond=0 and fine.
coldplay1991
 
Posts: 59
Joined: Tue Nov 15, 2011 5:47 am
Has thanked: 0 time
Been thanked: 0 time

Re: IEF648I INVALID DISP FIELD- PASS SUBSTITUTED

Postby steve-myers » Wed Nov 16, 2011 8:29 am

Same thing. To repeat:

You can PASS or DELETE a temporary dataset. You cannot KEEP, CATLG or UNCATLG a temporary dataset. This is just a warning message to let you know the system is doing sometihing reasonable

DISP=SHR is the same as DISP=(SHR,KEEP)
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: IEF648I INVALID DISP FIELD- PASS SUBSTITUTED

Postby coldplay1991 » Wed Nov 16, 2011 8:38 am

Not working
coldplay1991
 
Posts: 59
Joined: Tue Nov 15, 2011 5:47 am
Has thanked: 0 time
Been thanked: 0 time

Re: IEF648I INVALID DISP FIELD- PASS SUBSTITUTED

Postby dick scherrer » Wed Nov 16, 2011 10:29 am

Enough. Of course it is not working - the jcl is wrong. You cannot share a temporary file.

Topic locked.

d
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post