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

how/where to input an ims transaction on mvs?


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
DST

New User


Joined: 31 May 2007
Posts: 38
Location: America

PostPosted: Fri Apr 18, 2008 8:00 am
Reply with quote

thanks.
Back to top
View user's profile Send private message
vasanthkumarhb

Active User


Joined: 06 Sep 2007
Posts: 275
Location: Bang,iflex

PostPosted: Fri Apr 18, 2008 1:15 pm
Reply with quote

Hi,



Quote:
how/where to input an ims transaction on mvs?


Does you talking about IMS/DC or data base interface with COBOL?

you can initate using entry statement after PROCEDURE DIVISION
in cobol.

Code:
ENTRY USING 'DLITCBL' USING SEGMENT-IO-AREA.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Sun Apr 20, 2008 11:26 pm
Reply with quote

DST wrote:
thanks.


Hope you don't mind I don't understand your question icon_wink.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Apr 21, 2008 2:11 am
Reply with quote

Hi George,

The question might be the topic subject. . .
Back to top
View user's profile Send private message
DST

New User


Joined: 31 May 2007
Posts: 38
Location: America

PostPosted: Mon Apr 21, 2008 7:52 am
Reply with quote

sorry for causing the confusion.

I am hearing people saying input the IMS transaction on the screen. As far as I know I can only use /format to call up a MFS which is attached to a transaction code behind the seen. Now, can anyone tell me how/where to call up a MFS with just the transaction code?

Thanks.
Back to top
View user's profile Send private message
vasanthkumarhb

Active User


Joined: 06 Sep 2007
Posts: 275
Location: Bang,iflex

PostPosted: Mon Apr 21, 2008 10:22 am
Reply with quote

Hi,

How about TP or MPP(Message Processing Program)??
Back to top
View user's profile Send private message
khyati kumar

New User


Joined: 04 Jan 2008
Posts: 15
Location: Pune

PostPosted: Thu Apr 24, 2008 11:08 am
Reply with quote

Yes we can use transaction code for calling an MFS only thing you have to do is to define MID with first MFLD field as give below:
MFLD (PFKFLD,'EFA1 00'),LTH=20,FILL=C' '
In this EFA1 is my transation code similarly you can define your transaction code there.

when you want to see the map just type EFA1 then leave some space and press enter you wouls be able to view your screen.
Back to top
View user's profile Send private message
DST

New User


Joined: 31 May 2007
Posts: 38
Location: America

PostPosted: Fri Apr 25, 2008 6:15 am
Reply with quote

thank you Kumar
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts force tablespace using LISTDEF input DB2 1
No new posts Two input files & writing counter... DFSORT/ICETOOL 12
No new posts How to identify the transaction categ... IMS DB/DC 3
Search our Forums:

Back to Top