That was it! Thanks!! (It was a "leftover" from our standard parm. And I thought it just tell DT where to find eventual command members, not that it tried to execute the exact target.)
Best Regards Thomas Berg ___________________________________________________________________ Thomas Berg Specialist zOS\RQM\IT Delivery SWEDBANK AB (Publ) > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of George Young > Sent: Wednesday, February 12, 2014 3:31 PM > To: [email protected] > Subject: Re: Debug Tool: EQA1872E An error occurred while opening > file... > > Is there any chance you have DT.COMMANDS as the 2nd parm in your TEST > runtime string? That could cause a problem like this (because it will > get an error because you don't have a member name specified). If you > specify something there, the debugger will try to run commands out of > that data set after processing the preferences file. > > George > > > > On 2/12/2014 4:35 AM, Thomas Berg wrote: > > Hi, > > > > I'm having a problem with running Debug Tool. > > I'm getting a "EQA1872E An error occurred while opening file" but I > have no idea of WHY it tries that. > > The end of the log: > > ... > > SET KEYS ON 12 ; > > SET MONITOR COLUMN ON ; > > USE 'S000TBE.DT.COMMANDS(ALLINIT)' ; > > /* USE 'S000TBE.DT.COMMANDS(ALLPROCS)' ; > */ > > /* ALLSESS : PROCEDURE ; > */ > > /* USE 'S000TBE.DT.COMMANDS(ALLSESS)' ; > */ > > /* END ; > */ > > /* ALLENTRY : PROCEDURE ; > */ > > /* USE 'S000TBE.DT.COMMANDS(ALLENTRY)' ; > */ > > /* END ; > */ > > /* INITCU : PROCEDURE ; > */ > > /* USE 'S000TBE.DT.COMMANDS(INITCU)' ; > */ > > /* END ; > */ > > /* USE 'S000TBE.DT.COMMANDS(ALLPGMS)' ; > */ > > /* KVAMKNR : PROCEDURE ; > */ > > /* USE 'S000TBE.DT.COMMANDS(KVAMKNR)' ; > */ > > /* END ; > */ > > /* GKVAMKNR : PROCEDURE ; > */ > > /* USE 'S000TBE.DT.COMMANDS.GENCMD(KVAMKNR)' ; > */ > > /* END ; > */ > > /* USE 'S000TBE.DT.COMMANDS(ALLENTRY)' ; > */ > > /* %IF %CU = 'KVAMKNR' THEN > */ > > /* CALL KVAMKNR ; > */ > > /* CALL ALLSESS ; > */ > > /* NAMES EXCLUDE CU "BPS*" ; > */ > > /* NAMES EXCLUDE CU "SPA*" ; > */ > > /* SET ECHO OFF ; > */ > > /* CLEAR AT ; > */ > > /* There are no breakpoints set. > */ > > /* CLEAR MONITOR ; > */ > > /* *** User preferences file commands end *** > */ > > /* EQA1872E An error occurred while opening file: > S000TBE.DT.COMMANDS */ > > /* . The file may not exist, or is not accessible. > */ > > > > Note the "User preferences file commands end". > > Why is DT trying to open "S000TBE.DT.COMMANDS" ? I'm not referencing > that (exact) file(name) (without a membername) in any command member. > And the file DOES exist as you can see above. I also copied > S000TBE.DT.COMMANDS to S000TBE.S000TBE.DT.COMMANDS in case it had > anything to do with a qualification problem. > > > > BTW, does anyone know of a list/forum that may have more DT users than > IBM-MAIN ? > > > > > > > > Best Regards > > Thomas Berg > > ___________________________________________________________________ > > Thomas Berg Specialist zOS\RQM\IT Delivery SWEDBANK AB (Publ) > > > > > > > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, send > > email to [email protected] with the message: INFO IBM-MAIN > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
