Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to use DFHL3270

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
rajantsr

New User


Joined: 31 Jan 2007
Posts: 19
Location: Chennai

PostPosted: Tue May 27, 2008 10:13 pm    Post subject: How to use DFHL3270
Reply with quote

Hi Guys...

How to use DFHL3270 to send map and recieve maps..

A sample cobol program will help a lot..

Thanks,
Rajan
Back to top
View user's profile Send private message
References
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 1199
Location: At my desk

PostPosted: Tue May 27, 2008 10:22 pm    Post subject: Re: How to use DFHL3270
Reply with quote

rajantsr wrote:
How to use DFHL3270 to send map and recieve maps..
A sample cobol program will help a lot..
Try looking at these 12 documents have matches for: DFHL3270....
Back to top
View user's profile Send private message
rajantsr

New User


Joined: 31 Jan 2007
Posts: 19
Location: Chennai

PostPosted: Wed May 28, 2008 6:17 pm    Post subject: How to use DFHL3270 - Continued
Reply with quote

sorry for creating another thread.. I don't know how to add an attachment to an active thread.. hence started one...my apologies.

Here is the picture of what I am thinking about the problem.. can anyone of you help me on this.. when I went thru manuals it was not that clear..
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 220

PostPosted: Wed May 28, 2008 7:23 pm    Post subject:
Reply with quote

rajantsr,

IF you are trying to run your example CICS transaction from a batch cobol program, its not possible unless you use a 3rd party product.

review this link >> www.batchcics.com

With batchcics, code might look like this::

EXEC HBI RUN TRANSACTION ('FI01')
OUTBOUND MAP ('MI00101') MAPSET ('MI00101')
END-EXEC.

** MOVE INPUT01 FIELDS TO MI00101 MAP FIELDS.

EXEC HBI REPLY INBOUND MAP ('MI00101') MAPSET ('MI00101')
OUTBOUND MAP ('MI00101') MAPSET ('MI00101')
END-EXEC.

** MOVE MI00101 MAP FIELDS TO OUTPUT01 FIELDS.
Back to top
View user's profile Send private message
rajantsr

New User


Joined: 31 Jan 2007
Posts: 19
Location: Chennai

PostPosted: Wed May 28, 2008 8:13 pm    Post subject:
Reply with quote

Thanks Earl.

I thought the LINK3270 does something like this... ???
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 220

PostPosted: Wed May 28, 2008 8:50 pm    Post subject:
Reply with quote

rajantsr,

Yes, LINK3270 bridge allows for running CICS transactions, but has no
direct relationship with running from Batch, AND is not that easy to
use.

Most 3rd party vendors use LINK3270 bridge or FEPI under the covers,
and provide either a Scripting language to drive 3270 navigation. (Does not run in batch).

BatchCICS is the only software I have seen that offers an EXEC
command feature for 3270 Navigation, that functions with either BATCH or CICS COBOL programs.


Regards,
Earl
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1