cobol - Calling CICS program from JCL batch -


is possible call cics program jcl batch?

if yes how? if no why not?

yes. technically, cobol batch program communicating cics, , execute cobol batch program jcl. can read more in cics transaction server manual.

the external cics® interface application programming interface enables non-cics program (a client program) running in mvs™ call program (a server program) running in cics region , pass , receive data means of communications area. cics application program invoked if linked-to cics application program.

introduction external cics interface

i believe cics program cannot use maps (must conversational), it's been while since i've worked cics, might mistaken.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -