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

Regarding Pipe Allocation to Establish Communication


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

New User


Joined: 11 Dec 2007
Posts: 26
Location: INDIA

PostPosted: Tue Nov 10, 2009 7:25 pm
Reply with quote

Hi,
I am trying to design a program to communicate between Non CICS Environment and CICS Environment. For this design I am Trying to deploy EXCI Adapter concept.
While going thru IBM Manuals i found that i need to define Copybook DFHXCPLO and DFHXCRCO for receiving Parameter list and Return code Respectively. I tried to search the above copybook to get its layout and other description but was not able to collect much information.

Any description or other sharing is highly appreciated.

Basically I am looking for its layout, its functionality, what is the role it plays in application program in Pipe build architecture, other info which you like to share with me.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Nov 10, 2009 7:44 pm
Reply with quote

Quote:
i need to define Copybook DFHXCPLO and DFHXCRCO for receiving Parameter list and Return code Respectively
Actually, these copy books are defined in the CICS COBOL copybook library -- you do not define them yourself. This library's name will depend upon your site standards so you will need to get your site support group to tell you the name of the library. Add it to your compile JCL COBOL SYSLIB and the COBOL COPY statement will be resolved. Once you do that, you can see for yourself what the copy books contain.
Back to top
View user's profile Send private message
harsh singh

New User


Joined: 11 Dec 2007
Posts: 26
Location: INDIA

PostPosted: Tue Nov 10, 2009 7:49 pm
Reply with quote

Thank You Robert.. I will get in touch with my site support group to view these copybooks, but one more think was clicking me. IS this copybook remain same irrespective of project, shop and account or can we customrize it according to our need.

Thank You
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Nov 10, 2009 7:56 pm
Reply with quote

The copy books provide a representation of the data CICS passes back to your program -- since you do not have the source for the programs that set the various fields in the copy books, exactly how do you think you are going to customize them? You can, of course, add more fields to the copy books but these fields will not be populated by CICS or any other part of the system since the new fields are not known by any system program. Furthermore, any changes you make to them would have to be made every time a new release of CICS is installed -- or possibly whenever maintenance is applied to your CICS system -- as your changes would not be reflected in what IBM sends out.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Wed Nov 11, 2009 11:18 pm
Reply with quote

Quote:
I am trying to design a program to communicate between Non CICS Environment and CICS Environment


You should really discuss with your CICS tech support people, as you are crossing into an area that is normally controlled by CICS systems programmer.

In addition,
You might want to consider other possibilities for EXCI:

cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_transaction_from_a_batch_program%3F
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 CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
No new posts Dynamic file allocation using JCL JCL & VSAM 8
No new posts New style in recruiters' communication General Talk & Fun Stuff 3
No new posts Export columns from DB2 table with pi... DB2 14
Search our Forums:

Back to Top