COBOL CICS Questions

1

Inquire storage usage
how to program cics inquire storage command in cobol to get the storage alloted to a particular task and then free the alloted storage

Answer Question   |  March 31, 2012  6:08 PM
CICS, CICS Storage, COBOL, COBOL CICS
asked by:
5 pts.

COBOL: “service reload”
I have a really old cobol program generated under VS cobol. Under 3.2 VS cobol no longer works. I regenerated the program to view the problems and a line ‘Service Reload’ came up as invalid. What does Service Reload do? Is there an ‘easy’ replacement?

Answer Question   |  April 20, 2009  2:39 PM
CICS, CICS 3.x, COBOL, COBOL CICS
asked by:
5 pts.

Executing a Batch Cobol program which calls a CICS program with “EXEC CICS” commands in it
Given that you synchonize the Communication Area between the Batch and CICS program, can you execute a Batch Program in Batch mode if a called CICS program has commands like the following in it ? EXEC CICS INQUIRE SYSTEM OPSYS(WS-OPSYS) END-EXEC

Answer Question   |  February 8, 2008  2:11 AM
COBOL, COBOL CICS
asked by:
5 pts.

1