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

Regarding CICS program


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

New User


Joined: 03 Mar 2006
Posts: 1

PostPosted: Fri Mar 03, 2006 11:41 am
Reply with quote

Hi,
Which is first cics command in procedure in every Cobol Cics program.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Mar 03, 2006 1:38 pm
Reply with quote

There are no rules about it. You may use the HANDLE commands at first, read a TS queue using the READQ TS command or RECIEVE MAP. It all depends on the purpose of the program.

O.
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Fri Mar 03, 2006 5:24 pm
Reply with quote

Note: there is no need, to use any EXEC_CICS command.
If you look at you cobol listing after compilation,
there you will find no EXEC_CICS, only the generated
CALLs to DFHEI1, ok?
EXEC_CICS provide CICS services you can use or not

martin9
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 DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top