The absolute use of SET AUTO INSTALL in CICS. With simplified notes.
Tag: CICS tips and Tricks
There is no other way, if you want to work with CICS you need to have hands-on to use existing in built Transaction. These 9 most popular Transactions help you start your CICS program.
Symbolic Maps are generated in the same language. The physical Maps are being used only at run time. To run any CICS online program you need both Maps. The symbolic map contains all the variables that you need to mention in the program.
CICS supports read integrity while reading a file. This feature you can see especially while reading remote files in RLS mode.
In CICS RLS also provides some benefits when data sets are being shared between CICS regions and batch jobs.
How to LINK command in CICS to call sub-programs from main program.
The below is the sample CICS program on how to use ‘XCTL’ to call sub program which is in the local system. Also you can read where XCTL and CALL can be used in CICS.
This question has been asked in many CICS, Mainframe and COBOL interview
Use the PERFORM PIPELINE command to initiate a scan of the web service binding directory that is…
Web services in CICS is creating an interface between mainframe and other open source technologies. These are the popular tools you need.
A tricky file handling option in CICS is CONSISTENT. CICS handles integrity in two ways.…
You must be logged in to post a comment.