| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
Rajkumar_n
Joined: 07 Dec 2006
Posts: 35
Location: Bloomington
|
| Posted: Sun Aug 03, 2008 10:16 am Post subject: CICS-FEPI-Example programs |
|
|
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 |
|
Earl Haigh
Joined: 25 Jul 2006
Posts: 219
|
| Posted: Mon Aug 04, 2008 8:06 pm Post subject: |
|
|
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;
http://cicswiki.org/cicswiki1/index.php?title=Category:Integration
http://www.cicsworld.com/tools/Web |
|
| Back to top |
|
Rajkumar_n
Joined: 07 Dec 2006
Posts: 35
Location: Bloomington
|
| Posted: Wed Aug 06, 2008 7:32 pm Post subject: CICS-FEPI-Example programs |
|
|
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 |
|
Earl Haigh
Joined: 25 Jul 2006
Posts: 219
|
| Posted: Thu Aug 07, 2008 7:21 pm Post subject: |
|
|
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.
www.batchcics.com
This link has an example of BatchCICS code;
http://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..
http://www.hostbridge.com/newsletters/2006v3n3/ |
|
| Back to top |
|
mkarthikeyan
Joined: 07 Aug 2008
Posts: 26
Location: Bangalore
|
| Posted: Fri Aug 08, 2008 2:08 am Post subject: Reply to: CICS-FEPI-Example programs |
|
|
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 |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 8733
Location: 221 B Baker St
|
| Posted: Fri Aug 08, 2008 2:23 am Post subject: |
|
|
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 |
|
Earl Haigh
Joined: 25 Jul 2006
Posts: 219
|
| Posted: Fri Aug 08, 2008 4:57 am Post subject: |
|
|
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)
http://cicswiki.org/cicswiki1/index.php?title=ComqExec |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|