IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

NULLFILE in lked DD concatenation


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dito_magno

New User


Joined: 26 Oct 2007
Posts: 1
Location: bologna italy

PostPosted: Mon Oct 29, 2007 2:10 pm
Reply with quote

i get an abend when in the compile step of linked have this concatenation DD of syslib:
//SYSLIB DD DSN=library1,DISP=SHR,
// MONITOR=COMPONENTS
// DD DSN=library2,DISP=SHR,
// MONITOR=COMPONENTS
// DD DSN=NULLFILE,DISP=SHR,
// MONITOR=COMPONENTS
// DD DSN=NULLFILE,DISP=SHR,
// MONITOR=COMPONENTS
// DD DSN=library3,DISP=SHR,
// MONITOR=COMPONENTS
// DD DSN=library4,DISP=SHR,
// MONITOR=COMPONENTS

the abend is :
IEW2745S D80F ABEND 013-64 OCCURRED WHILE PROCESSING PARTITIONED DATA SET WITH DDNAME SYSLIB.
IEW2453E 920D UNABLE TO PROCESS LIBRARY SYSLIB DURING AUTOCALL PROCESSING.

the NULLFILE is not compatible with the SYSLIB of LKED step???
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Oct 29, 2007 9:50 pm
Reply with quote

Hello dito_magno and welcome to the forums,

When you have an abend or other diagnostic info, you can often find the error via the "Manuals" link at the top of the web page.

I'd suggest you look up the abend (013-64) for practice. When you become comfortable with the manuals, you will find that you can get answers more quickly that way rather than waiting for a reply from someone at the forum.

When you look up this abend, it will direct you an error message (i believe it is IEC141I) which will tell you that indeed, nullfile cannot be used in your situation.

Good luck and we're here when you have questions.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Oct 29, 2007 11:20 pm
Reply with quote

If it is like DD DUMMY, then you can not have a dummied file in the middle of a concatenation. You will need to specify the files that will be used and then dummy the rest at the end.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Oct 29, 2007 11:33 pm
Reply with quote

Hello,

No, it is not quite like DUMMY.

When the load module search is done the i/o method cannot handle the nullfile.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts INVALID RECFM FOR DDNAME SYSLIN AND C... All Other Mainframe Topics 7
No new posts NULLFILE on ICEGENER Utility DFSORT/ICETOOL 5
No new posts Can we limit length in concatenation ... DB2 7
No new posts Sticky: Difference between DUMMY and NULLFILE JCL & VSAM 0
No new posts Utility to extract dsn info from conc... PL/I & Assembler 12
Search our Forums:

Back to Top