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

NOT Abending With Mis-spelled or Missing DD Name


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
smakar

New User


Joined: 07 Oct 2006
Posts: 3

PostPosted: Sat Oct 07, 2006 1:34 am
Reply with quote

I'm having a problem, or rather, *not* having a problem, when executing JCL with mis-spelled or missing DD statements for COBOL program output files. I remember encountering this back in the mid-80's (ouch!) when our MVS systems group changed something. I thought it was a compile or link option, but I cannot find any differences when comparing output from a program compiled/linked on a system where this will cause an abend (message IGZ0035S There was an unsuccessful OPEN or CLOSE of file XXXXXXXX in program XXXXXXXX) and the output from a program compiled/linked on a system where this does not cause an abend.
Note - when executing the JCL on the system where the problem does not occur, the system dynamically allocates a VIO dataset to the missing/mistyped DD name(s).
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sun Oct 08, 2006 1:32 am
Reply with quote

From what I recall these are LE Options selected by the techies.

It's unusual to have some systems reacting differently to the same situation. You may want to call them and explain your prob to them.

I've noticed that most shops now require pgmrs to use file status for ALL files (except sometimes sysout files). I wonder if this is the basis for it.
Back to top
View user's profile Send private message
smakar

New User


Joined: 07 Oct 2006
Posts: 3

PostPosted: Sun Oct 08, 2006 6:11 am
Reply with quote

You're right about using File Status to detect this condition; I had forgotten that was a short-term fix we did until we could figure out a global solution via MVS (at that time) support.
Unfortunately, it's not unusual in our environment to have different OS configurations on the two mainframes I work on, because one of the mainframes was part of an acquisition, and had to remain unchanged. I'll go ahead and contact our systems support and see what they can do, and until then, start using File Status again.
Thanks!!!
Back to top
View user's profile Send private message
smakar

New User


Joined: 07 Oct 2006
Posts: 3

PostPosted: Sun Oct 08, 2006 6:56 am
Reply with quote

Your mention of using File Status set off some memories so I searched the web with different key words, this time with success!
The problem I'm having (or lack of it) is due to an IBM LE default for a run-time parameter called CBLQDA. The default has this parameter with a value of "ON", which means certain files, such as QSAM output files, will be dynamically allocated to temporary, VIO file, for the duration of the job step. And it does all of this without any messages being posted except to the job log where all of the other messages are written to!!!
According to the information I can gather, this can be overridden via the EXEC statement, or can be changed globally by OS/systems support. I dread to think how many productions jobs will fail if I can convince the client to change this default, but it's better than trying to find a dataset that was never created.
Thanks again!
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Find missing sequence for every key DFSORT/ICETOOL 3
No new posts commands missing in JESMSGLG JCL & VSAM 3
No new posts EDCICONV - Newline are missing All Other Mainframe Topics 6
This topic is locked: you cannot edit posts or make replies. Missing Negative sign in COBOL COBOL Programming 6
No new posts Am I missing something on "FREE ... CLIST & REXX 10
Search our Forums:

Back to Top