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

CICS-FEPI-Example programs


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Rajkumar_n

New User


Joined: 07 Dec 2006
Posts: 51
Location: Bloomington

PostPosted: Sun Aug 03, 2008 10:16 am
Reply with quote

Hi,

I was asked to create a new system which currently on mainframes with CICS,MQ-SERIES and cobol batch programs.

Now I am planning to design using FEPI concept in CICS. Front end screens eill be develope in .net. How can integrate mainframes with .net.

Please advise me and provide me if you have some sample programs.

Thanks and Regards,
Rajkumar Nerella
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Mon Aug 04, 2008 8:06 pm
Reply with quote

FEPI is not easy to work with, and most Systems programmers will not
like application programmers writing FEPI code.


If you are trying to integrate mainframe CICS with .net

then you should really be look at some vendor software alternatives;

cicswiki.org/cicswiki1/index.php?title=Category:Integration

www.cicsworld.com/tools/Web
Back to top
View user's profile Send private message
Rajkumar_n

New User


Joined: 07 Dec 2006
Posts: 51
Location: Bloomington

PostPosted: Wed Aug 06, 2008 7:32 pm
Reply with quote

Thanks for the response. Sorry for the late response due to work.

I understood that FEPI concept is difficult .

My client has HOST BRIDGE PRODUCT and I think I can make use of it.

Would like to know if any one have any example CICS program that is interacting with XML screens and passing values to it through host bridge.

Thanks and Regards,
Rajkumar Nerella
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu Aug 07, 2008 7:21 pm
Reply with quote

If you have HostBridge product, you don't need to use FEPI !!

Look at this link if you want to write COBOL code to run transactions via HostBridge. The BatchCICS product interfaces with HostBridge, seems to be an Ideal fit for what you describe. The name implies Batch, but product also provides ability to write CICS COBOL code.
Use [URL] BBCode for External Links

This link has an example of BatchCICS code;
cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_transaction_from_a_batch_program%3F


ALso, check out this old newsletter; BatchCICS is based on this..
www.hostbridge.com/newsletters/2006v3n3/
Back to top
View user's profile Send private message
mkarthikeyan

New User


Joined: 07 Aug 2008
Posts: 34
Location: Bangalore

PostPosted: Fri Aug 08, 2008 2:08 am
Reply with quote

i think you want .Net application needs to interact with mainframe apps.

my suggestion would

1. configurate the TCP/IP network for communication between Microsoft server and IBM mainframe server.

2. Your .net apps will generate XML and place the message on MQ.

3. Define init Queue which will monitor the queue and trigger the CICS transaction whenever a message is placed on the Queue.

4. Using CICS Adapter, receive the message

5. Use COBOL apps to parse the received XML message to get the input values

6. Manipulate the input and process it. Finally generate the XML in COBOL and place the message on the queue which is expecting the reply.


Using FEPI would a old style and bit complicated.
Writing application to generate the FEPI script is a junk work and it very difficult to identify the error in the FEPI script
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: Fri Aug 08, 2008 2:23 am
Reply with quote

Hello,

Quote:
i think you want .Net application needs to interact with mainframe apps.
Does this relate to the HostBridge product?

Remember that HostBridge is already installed and may have become the standard for that organization.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Fri Aug 08, 2008 4:57 am
Reply with quote

I'm sure if your organization has invested in HostBridge, I doubt
it would be wise to try some other solution. Talk to your systems
support people.

Wth HostBridge, you can issue HTTP requests from .net apps to invoke
COBOL programs (BatchCICS connect translator), that in turn can run HostBridge requests to navigate screens.

if your organization has HostBridge extended (many extra $$), there is an XMScript language available for navigation. Not available to VSE shops.

There is also something called COMQEXEC that provides fastpath
navigation to target 3270 screens using HostBridge.
No programs or scripts to write, just code the http request string.

(runs in VSE or Z/OS)
cicswiki.org/cicswiki1/index.php?title=ComqExec
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts Fetch data from programs execute (dat... DB2 3
Search our Forums:

Back to Top