Tagged Questions

CICS (Customer Information Control System) is a transaction server that runs primarily on IBM mainframe systems under z/OS and z/VSE.

learn more… | top users | synonyms

3
votes
2answers
740 views

Mainframe to .NET migration

What are the various tools available for migrating a Mainframe application (front end, DB, Business Logic) into .NET (C#.NET or VB.NET) and SQL Server 2005. The current Mainframe system has: CICS ...
2
votes
1answer
124 views

Connecting to CICS from Windows Desktop Application

Now there is a new requirement. I have got some adhoc work at hand. The requirement is to connect a desktop based Java application to read data from Mainframe generated by some CICS Transaction. ...
2
votes
3answers
217 views

How to call CICS programs from C#

We currently call CICS Main frame programs via Cobol.net using the CICS universal client. We are wondering if it is possible to call them directly from C#?
2
votes
4answers
4k views

Explanation about TSO ISPF commands and their use in MAINFRAMES!

Please give me some links or materials covering the explanation of TSO ISPF commands in mainframes and their use.
1
vote
1answer
57 views

.NET Reading/Editing Mainframe VSAM files

I have seen application that are written in Java that can interface to CICS regions on the Mainframe(haven't seen the source code). I am looking for an alternative to the Java method in VB or C# that ...
1
vote
1answer
464 views

Calling CICS program from JCL batch

Is it possible to call a CICS program from JCL batch? If yes how? If no why not?
1
vote
1answer
450 views

which is proven solution to connect mainframe and java ? which is best in MQ series / IBM CICS Transaction Gateway?

which is proven solution to connect mainframe and java? Which is best in WebSphere MQ / IBM CICS Transaction Gateway? Which is best solution to connect to java and mainframe COBOL?
1
vote
1answer
2k views

Where can i find COBOL MAINFRAME JCL CICS Video Tutorials?

Please give me the links where I can find video tutorials for COBOL MAINFRAME JCL CICS Video Tutorials. Please help.
0
votes
1answer
28 views

How CICS shared memory works?

I use EXEC CICS program control commands, LINK, XCTL, and RETURN in order to pass data between Cobol programm. The CICS shared memory get corrupted during one of my treatment. It seems that passed ...
0
votes
2answers
28 views

What can cause CICS transaction to write out of CICS allocated memory?

I'm using CICS in Cobol program and I've noticed that sometimes data are written out of the CICS memory. It cause a data corruption and my application stop. I don't know where it append, so I'm ...
0
votes
1answer
58 views

pop-up maps in CICS

In my project I have to display a map, and when user presses f5 i have to display a pop-up map and the contents of the main map should appear as protected. Then when the user presses f3 the pop-up ...
0
votes
1answer
40 views

Can a CICS Commarea be larger than 32K

We have some limitations due to the size of CICS Commarea. A google search shows questions asking how to have more than 64K. But I have not found how to get more than 32K. Is the max CICS Commarea ...
0
votes
0answers
18 views

How do I run SSL over CCF in the CICS Transaction Gateway?

I'm on a z/OS 1.12 system, and I want to run CCF-style interactions over the CICS Transaction Gateway (CTG) from a Java client program. They work fine if I use the TCP port, but when I use the SSL ...
0
votes
0answers
405 views

Please guide me in IBM mainframes COBOL,JCL,DB2,VSAM,CICS [closed]

Please help me in finding out easy understanding materials on IBM MainFrames . Tutorial Cook Book Case Study Hands on exercises video tutorials screen shots on the mainframes COBOL,JCL,DB2,VSAM,CICS ...
0
votes
1answer
124 views

Mock testing of cobol.net code accessing Main Frame systems

I am looking for a way to optimise the unit tests. The system is written in cobol.net and accesses a Main Frame using CICS universal client. Is there a way to mock the call to the Main Frame?
0
votes
1answer
352 views

Mainframe Batch Job Triggering

I am new to CICS. I have one query, Can we trigger Batch job thorough CICS transaction? I want to trigger a batch job through program which is executed by CICS transaction,is it possible?