How do I...
From CICS Wiki
This page is a collection of simple administrative and programming tasks that might challenge people at times. This article is a list of links to other articles. some of these links might not exist. If you know the answer to a certain question - click on the link and create the article.
If you have a question that is unanswered by this list - feel free to edit this article and add it.
In this article I will differentiate between programming and administrative tasks:
Programming
- How do I compile and define an XPLINK program?
- How do I store session data in applications?
- How do I share data between two programs in CICS?
- How do I develop reusable code in CICS?
- How do I access my terminal's characteristics?
- How do I communicate to another system from CICS?
- How do I get a list of the running transactions in a CICS region?
- How do I obtain the name of the program that called my program?
- How do I authenticate a web user in CICS?
- How do I retrieve the terminal IP address from CICS?
- How do I do session management in CICS?
- How do I read a member of a PDS from CICS?
- How do I read an HFS file from CICS?
- How do I write to an HFS file from CICS?
- How do I submit a batch JOB from a program?
- How do I web enable an existing CICS application?
- How do I find out the queue manager name in a program?
- How do I read a user journal with a program?
- How do I direct the output of Send Text and Send Map to a buffer?
- How do I get consumed cpu of a running transaction?
- How do I find out which load library a program is loaded from in my program?
- How do I know in my program whether it is running in CICS or batch?
- How do I get RACF resource information from CICS?
- How do I allocate a file dynamically using COBOL?
- How do I use RACROUTE?
- How do I find whether a field is modified in the screen or not?
- How do I single-Thread an TDQ ATI process?
- How do I interact with a transaction from a batch program?
- How do I alloc a file dynamicly using COBOL?
- How do I Create COBOL CICS web application that will allow a user to download a text file from the mainframe to their PC via clicking on a link to the file?
- How do I create and manipulate XML in a CICS program?
- How do I optimize Web service invocations when the requester and provider programs are both in CICS?
- How do I delay for less than 1 second?
- How do I (Add your question here)
Administrative
- How do I add a VSAM file to a CICS system?
- How do I display MVS storage in the CICS region using IPCS?
- How do I optimise a VSAM KSDS file's space and I/O?
- How do I route CSMT TDQ to SYSLOG?
- How do I route CSMT TDQ to another TDQ?
- How do I close/open files for Batch Jobs?
- How do I start the IBM TCPIP listener under CICS?
- How do I remove entries from MSGUSR log?
- How do I handle excessive growth in MSGUSR?
- How do I spin off JES output in MSGUSR?
- How do I allocate a file while CICS is running?
- How do I set or change LE runtime options?
- How do I get rid of long running conversational tasks?
- How do I find out which load library a program is loaded from?
- How do I display warning before or after the user signs on with CESN?
- How do I throttle CICS High CPU Transactions?
- How do I obtain the client IP address from a TN3270 session terminal?
- How do I stop 3270 VTAM traffic, but not stop LU 6.2 traffic?
- How do I reduce CICS statistics/monitor output to minimum?
- How do I prevent full ESDS datasets?
- How do I determine who is using DSA?
- How do I determine if a Typeterm is In Use?
- How do I cause a reload of a CF data table file in CICS?
- How do I catch a disconnected tn3270 session?
- How do I disconnect AOR & TOR from PLEX(CMAS)?
- How do I (Add your question here)
