View previous topic :: View next topic |
Author |
Message |
Narsimha Beginner
Joined: 03 Dec 2002 Posts: 27 Topics: 14
|
Posted: Tue Mar 18, 2003 5:27 am Post subject: Problem in starting IMS DC transaction |
|
|
Hi,
My screen is not coming up after typing the transcation in IMS/DC. But the screen is coming if I give /FORMAT <MODNAME>. I also cleared all the previous messges (Using PA2 key). Even then I couldn't get my screen. Could any one please let me know what are all the possible reasons for this?
Thanks in advance,
Narsimha |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Tue Mar 18, 2003 9:57 am Post subject: |
|
|
What was the error you got after the /FOR command? |
|
Back to top |
|
 |
Narsimha Beginner
Joined: 03 Dec 2002 Posts: 27 Topics: 14
|
Posted: Wed Mar 19, 2003 2:52 am Post subject: |
|
|
Hi,
For the transaction say IVTCB,I got the following error
DFS064 09:47:59 DESTINATION CAN NOT BE FOUND OR CREATED
I tried with IVTCBb (one blank space), then I got the following error
DFS2171I NO RESPONSE CONVERSATION ENDED
For /FORMAT IVTCB, I am getting the screen.
Please let me know if you need any additional information.
Thanks,
Narsimha |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Mar 19, 2003 9:34 am Post subject: |
|
|
issue the command /DIS TRAN IVTCB in the IMS region to see if the transaction exists.. |
|
Back to top |
|
 |
Narsimha Beginner
Joined: 03 Dec 2002 Posts: 27 Topics: 14
|
Posted: Thu Mar 20, 2003 3:10 am Post subject: |
|
|
The output of /DIS TRAN IVTCB
TRAN CLS ENQCT QCT LCT PLCT CP NP LP SEGSZ SEGNO PARLM RC
IVTCB 5 11 0 65535 65535 1 1 1 0 0 NONE 0
PSBNAME: DFSIVP34
*03079/100823*
Thanks,
Narsimha |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Thu Mar 20, 2003 10:01 am Post subject: |
|
|
Check the program using the commaon /DIS PROG DFSIVP34. |
|
Back to top |
|
 |
Narsimha Beginner
Joined: 03 Dec 2002 Posts: 27 Topics: 14
|
Posted: Fri Mar 21, 2003 1:02 am Post subject: |
|
|
For /DIS PROG DFSIVP34
PROGRAM TRAN TYPE
DFSIVP34 IVTCB TP
*03080/112732*
For PSB
PSB-NAME TRANCODE RTCODE DBD-NAME ACCESS
DFSIVP34 IVTCB N/A N/A
*03080/112807* |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Fri Mar 21, 2003 11:23 am Post subject: |
|
|
There is a setting in the Stage 1 definition for the COMM macro. The parameter OPTIONS has a subparameter that can be BLKREQD or NOBLANK. This determines if a blank is required after the transaction name in the TYPE=INPUT message definition in the MFS. The default is BLKREQD.
The IVP members look like they are set up to use the default but I have seen problems when there is a mis-match.
I would try reducing the length on the MFLD for the INPUT message by 1 and see if this fixes the problem. |
|
Back to top |
|
 |
Narsimha Beginner
Joined: 03 Dec 2002 Posts: 27 Topics: 14
|
Posted: Mon Mar 24, 2003 7:07 am Post subject: |
|
|
In my COMM macro, the option param specified as
OPTIONS =(PAGING,TIMESTAMP,MFSTEST,FMTMAST,NOUSEMSG,NOMSPEX,NOMSLEX,VTAMAUTH,BLKREQD).
I tried MFLD with stripping one space shown below, MFLD 'IVTCBbbbb' but no use.
*************************************************************
IVTCBMI1 MSG TYPE=INPUT,SOR=(IVTCBF,IGNORE),NXT=IVTCBMO2
SEG
MFLD 'IVTCB ',LTH=9
*************************************************************
But when I type IVTCBbbbbbDISPLAYbbbLAST1bbbbbbbbbbbbbbb
the corresponding program DFSIVP34 (for tran id IVTCB) is taken for
execution and displayed the result like:
************************************************************
ENTRY WAS DISPLAYED DISPLAY LAST1 FIRST1
8-111-1111D
************************************************************
...........but it is not in the MFS format(Actual screen is not displayed)
I changed the OPTIONS parms field BLKREQD to NOBLANK and tried,
when I type IVTCB, i got the following error
DFS2171I NO RESPONSE CONVERSATION ENDED
I tried with the following changes in the mfs
a. MFLD 'IVTCBbbb',LTH=8 and
b. MFLD 'IVTCBbbbb',LTH=9
c. MFLD 'IVTCB',LTH=5
For all the above 3 options I tried, i got the same error of
DFS2171I NO RESPONSE CONVERSATION ENDED
Thanks,
Narsimha |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Mon Mar 24, 2003 4:16 pm Post subject: |
|
|
I still think that it is a Format problem but I just want to get things straight. From what you say, the screen comes up when you issue the /FOR command, but when you fill it in and press enter, you get "DESTINATION CAN NOT BE FOUND OR CREATED". When you enter the data withouth the screen, you get a response of
NO RESPONSE CONVERSATION ENDED . Is this correct?
Did your other IVP transactions work? |
|
Back to top |
|
 |
Narsimha Beginner
Joined: 03 Dec 2002 Posts: 27 Topics: 14
|
Posted: Tue Mar 25, 2003 8:57 am Post subject: |
|
|
1. /FOR tranid
It works fine (Screen is coming)
2. sometime back I got the 'DESTINATION CAN NOT BE FOUND or CREATED', Now it is not coming. I think due to change of OPTION parm from BLKREQD to NOBLANK
3. when I type just TRANID and enter i get the following error
DFS2171I NO RESPONSE CONVERSATION ENDED.
all other IVP works the same way of IVTCB (/FOR tran).
Thanks,
Narsimha |
|
Back to top |
|
 |
|
|