Feeds:
Posts
Comments

Archive for the ‘CICS’ Category

How’s that for a starter ? I must immediately admit, it’s not my quote, it comes from Corneel’s Blog at the CICS Community Forums page. I recently came across this blog of Corneel Booysen, also the driving force behind the CICS Wiki, I discussed earlier. He writes a great article on how COBOL is a [...]

Read Full Post »

We are thrilled with the results from 2007,” says Russ Teubner, CEO. “Not only in terms of numbers, but our portfolio of top-tier customers continued to grow. The trust they put in us to handle their CICS integration projects is affirming and gratifying. We take that very seriously.”
 
In 2007, HostBridge Technology became an IBM(R) Advanced [...]

Read Full Post »

CEMT INQ DSAS
You can modify the numbers in green, in 256K increments.  (just add 1 or subtract 256K and the system will add/subtract 256K).
If you look at 364:
                                                        [...]

Read Full Post »

We had an instance like the below..
A VSAM file which has got opened by a CICS program in a LPAR region needs to be copied to another LPAR region. We had given shroption (2,3) which doesnt allow us to proceed. As share option 2 allows only one processor at a time to open a data [...]

Read Full Post »

If programmers delete or move a program from one library in CICS, it will cause CICS to lose its pointer. The newcopy will find the program in the new library and reestablish the pointer to load for CICS.

Read Full Post »

CICS MAP

How to make the CICS program to dynamically determine, by row/column positioning, where a popup window (map) will appear on the screen?
Option 1: The easiest way is to put a -1 in the length field of the output map. It will position the cursor “inside” the first (I believe) field that has a length of [...]

Read Full Post »