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

Passing message or data to a running cobol batch program


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rakesh_mishra18

New User


Joined: 15 May 2006
Posts: 23
Location: Jamshedpur

PostPosted: Sun Jan 25, 2009 3:49 am
Reply with quote

Is Interrupt possible in mainframe batch programs where program intercept a message from operator and vise versa. This is possible in Unisys (Cobol-74). Not sure of Enterprise Cobol ?
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: Sun Jan 25, 2009 10:04 am
Reply with quote

ACCEPT can be used on the console. However, it is not recommended unless you discuss it first with your systems support people as it may be a problem if the operators aren't expecting to interact with your program. In some shops that are lights-out, there's nobody there to respond to a console message so using this method could be useless; sites vary.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Jan 25, 2009 12:07 pm
Reply with quote

Hello,

Most mainframe batch cobol code is not designed to handle an external interrupt (for the operator or anywhere else). Therer are ways to do this in assembler, but this is usually not done in applicatoin code.

On some systems it is possible to "hang" the job waiting on a reply form the operator. This is disabled on many systems and unacceptable on many systems.

As Robert mentions, it may cause problems for your environment. Suggest you receive permission from the project manager and the coputer operatoins manager before imlementing a process that carries on a dialog with the scheduler/operator.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
Search our Forums:

Back to Top