MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problem in starting IMS DC transaction

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS
View previous topic :: View next topic  
Author Message
Narsimha
Beginner


Joined: 03 Dec 2002
Posts: 27
Topics: 14

PostPosted: Tue Mar 18, 2003 5:27 am    Post subject: Problem in starting IMS DC transaction Reply with quote

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
View user's profile Send private message
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Tue Mar 18, 2003 9:57 am    Post subject: Reply with quote

What was the error you got after the /FOR command?
Back to top
View user's profile Send private message
Narsimha
Beginner


Joined: 03 Dec 2002
Posts: 27
Topics: 14

PostPosted: Wed Mar 19, 2003 2:52 am    Post subject: Reply with quote

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
View user's profile Send private message
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Wed Mar 19, 2003 9:34 am    Post subject: Reply with quote

issue the command /DIS TRAN IVTCB in the IMS region to see if the transaction exists..
Back to top
View user's profile Send private message
Narsimha
Beginner


Joined: 03 Dec 2002
Posts: 27
Topics: 14

PostPosted: Thu Mar 20, 2003 3:10 am    Post subject: Reply with quote

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
View user's profile Send private message
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Thu Mar 20, 2003 10:01 am    Post subject: Reply with quote

Check the program using the commaon /DIS PROG DFSIVP34.
Back to top
View user's profile Send private message
Narsimha
Beginner


Joined: 03 Dec 2002
Posts: 27
Topics: 14

PostPosted: Fri Mar 21, 2003 1:02 am    Post subject: Reply with quote

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
View user's profile Send private message
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Fri Mar 21, 2003 11:23 am    Post subject: Reply with quote

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
View user's profile Send private message
Narsimha
Beginner


Joined: 03 Dec 2002
Posts: 27
Topics: 14

PostPosted: Mon Mar 24, 2003 7:07 am    Post subject: Reply with quote

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
View user's profile Send private message
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Mon Mar 24, 2003 4:16 pm    Post subject: Reply with quote

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
View user's profile Send private message
Narsimha
Beginner


Joined: 03 Dec 2002
Posts: 27
Topics: 14

PostPosted: Tue Mar 25, 2003 8:57 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group