View previous topic :: View next topic |
Author |
Message |
vani Beginner
Joined: 28 May 2003 Posts: 51 Topics: 30
|
Posted: Thu Sep 25, 2003 4:32 am Post subject: Error while invoking QMF |
|
|
Hi,
I have installed QMF Version 7.1 on OS/390 in DB2 Ver 7.1.
When iam trying to invoke the QMF from ISPF iam getting the following error:
DSQ50517 QMF has Abnormally Terminated
-->Abend Code = 0C7
-->Program Name = DSQCCISW
-->CSECT Name = DSQIDOPT V7R1.00 00/08/04 15:35 WIM8434
-->CSECT Address = 082EAAA0
-->CSECT Offset of ABEND = 00002464
-->Program Status Word = 078D0000 882ECF04
-->General Registers (0-F) Are:
0=00000400 1=08168B60 2=00000001 3=00000001
4=00000001 5=00000000 6=00FCFE70 7=00000010
8=082EAAA0 9=082EBA9F A=082ECA9E B=08168768
C=00000000 D=08168710 E=085A6C8A F=08408D70
-->QMF CSECT Trace:
DSQCCISW->DSQCBST ->DSQCINT ->DSQICONN->DSQIDOPT->ENDTRACE
Please help me out in finding what the error might be.
Regards,
Vani |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Sep 25, 2003 5:14 am Post subject: |
|
|
vani,
There is a syntax error ( extra dash - ) in the bind7 step of the DSQ1BINJ install bind job that binds DSQCSDB7 :
Code: |
//BIND7.SYSTSIN DD *
DSN SYSTEM(<SSID>) - <** Error
BIND PACKAGE(<LOCATION>.Q) -
QUALIFIER(Q) -
MEMBER(DSQCSDB7) -
...
|
this results in :
IKJ56712I INVALID KEYWORD, BIND
IKJ56712I INVALID KEYWORD, PACKAGE(DB2T.Q)
IKJ56712I INVALID KEYWORD, QUALIFIER(Q)
etc..
If this error is unnoticed, an abend0c7 occurs during startup of qmf v7 :
DSQ50517 QMF has Abnormally Terminated
-->Abend Code = 0C7
-->Program Name = DSQCCISW
-->CSECT Name = DSQIDOPT V7R1.00
so to fix the abend remove the extra dash and re-run the bind
Hope this helps...
cheers
kolusu |
|
Back to top |
|
 |
prakash_softy Beginner
Joined: 04 Apr 2010 Posts: 3 Topics: 1
|
Posted: Tue Apr 06, 2010 6:07 am Post subject: |
|
|
Hi,
I got the same error with QMF 9.1
DSQ50517 QMF has Abnormally Terminated
-->Abend Code = 0C7
-->Program Name = DSQCCISW
-->CSECT Name = DSQIDOPT V9R1.00 07/03/16 07:20 PK28905
-->CSECT Address = 0FD09178
-->CSECT Offset of ABEND = 00003AE0
-->Program Status Word = 078D0000 8FD0CC58
-->General Registers (0-F) Are:
0=00000001 1=0F549050 2=0000022F 3=00000001
4=00000000 5=0F54A408 6=00000000 7=0FD0CCAC
8=00000000 9=0FD0DB37 A=00000001 B=0F548BD0
C=8FD0CB38 D=0F548B78 E=8FD0C862 F=0FD0CB32
-->QMF CSECT Trace:
DSQCCISW->DSQCBST ->DSQCINT ->DSQICONN->DSQIDOPT->ENDTRACE
In the QMF910.SDSQSAPE I didnt find any DSQ1BINJ install bind job.
In the QMF810.SDSQSAPE also DSQ1BINJ is not there but I able to invoke QMF8.1 succesfully.
In the DSQDEBUG trace it is showing "User-generated transaction ABORT"
after executing the DSQFSDB7.
Anyone please help me in resolving this abend .
Thanks in advance,
Siva Prakash. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
prakash_softy Beginner
Joined: 04 Apr 2010 Posts: 3 Topics: 1
|
Posted: Sun Apr 11, 2010 6:33 am Post subject: |
|
|
Hi Kolusu,
Thanks for your reply.But our maintenance team told that this fix already applied to our installation. So again I am getting the same abend.Can you please tell me how can I determine that wheather below APAR fix is applied to your existing installation or not.
Thanks,
Siva Prakash. |
|
Back to top |
|
 |
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Mon Apr 12, 2010 2:38 am Post subject: |
|
|
Best source would be, for such an information, your site-support group - what do they say, when you ask them? _________________ Regards,
Anuj |
|
Back to top |
|
 |
|
|