with Tags:
txseries
X

All posts
- Sort by:
- Date
- Title
- Likes
- Comments ▼
- Views
TXSeries webinar series "Do more with TXSeries"
Do More with your TXSeries - Webinar Series: TXSeries for Multiplatforms, is IBM's premiere online transaction processing environment for business critical mixed language applications. It is widely used for integrating data and applications between distributed solutions and enterprise systems. It is also used for the deployment of high-performance, distributed CICS applications written in COBOL, C / C++, and PL/I. This integrates well into mixed language, multi platform service oriented architecture (SOA) solution. With its support for... [More]
Tags:  ibm websphere txseries cics |
How to use logical volumes (instead of file volumes) for SFS server in Linux
From TXSeries 8.1, by default file volumes are created for SFS and PPCGWY servers. For achieving the better performance use logical volumes instead of file volumes. The following example demonstrates creating the SFS server using logical volumes. Similar steps can be followed to create PPCGWY server with logical volumes as well. Follow these steps for creating SFS server using logical volumes on Linux platform. 1. Create the logical volumes using the following commands with required size. # lvcreate -L 256M -n lv_sfs02_data... [More]
Tags:  logical cics ppcgwy volume txseries sfs file server |
Administering TXSeries using sudo
In TXSeries 7.1, it is a common practice to administer the TXSeries using sudo utility. From TXSeries 8.1, sudo is no longer required to administer TXSeries as any user can be configured as CICS administrator. See here for details on TXSeries 8.1 administration through non root users here . I have summarized some of the common issues that are seen when using sudo. 1. sudo does not seem to pass NLSPATH set on the settings. When you run any command, you may see ERZ057001E/0224: Cannot access message catalog cics.cat for... [More]
Tags:  odmdir txseries erz057001e sudo erz105031e lang nlspath |
Getting started with TXSeries 8.1
This blog provides quick links to get started with TXSeries 8.1 . TXSeries 8.1 GA Announcement letter http://www.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&subtype=ca&supplier=897&letternum=ENUS213-462&acss=danl_218_web TXSeries 8.1 infocenter/knowledgecenter http://pic.dhe.ibm.com/infocenter/txformp/v8r1/index.jsp If the above page is not accessible, try accessing through TXSeries knowledge center page:... [More]
Tags:  infocenter third 8.1 soe supported software txseries party systems linux requirement |
TXSeries Version 8.2 Fix Pack 2 is available for download
Many APARs have been included in this Fixpack which will help to improve the stability of your TXSeries region. Plan upgrading to Fixpack2 on TXSeries V8.2. For details on APARs and download location of Fixpack, check the following url, http://www-01.ibm.com/support/docview.wss?uid=swg24044701
Tags:  fixpack 8.2.0.2 download fix apar 8.2 support txseries cics location |
cicsadmin for TXSeries region administration
From TXSeries 9.1, you can use cicsadmin command from shell command prompt to 1) List tasks running on the region [list task] For. e.g # cicsadmin -r REG1 list task Date Time Trans Taskid ProgName User Pid TranClass TerminalID 170817 11:12:25 CEMT 11 DFHCEMT CICSUSER 4468 DFHTCL00 MZWC # 2)... [More]
Tags:  cicsadmin txseries administration |
GET, PUT,POST and DELETE on TXSeries !
You read it right. Now TXSeries supports RESTful APIs. You can call TXSeries applications directly from your mobiles, browsers, cloud and many more with TXSeries 9.1 through RESTful API. Read here for details: https://www.ibm.com/support/knowledgecenter/en/SSAL2T_9.1.0/com.ibm.cics.tx.doc/concepts/c_rstful_api_supp_txs.html
Tags:  cloud support put get api restful delete post rest txseries mobile |
Reuse all your business logic in Java EJB beans through simple calls from TXSeries
Have you wondered if you can exploit the business logic residing as session bean in JEE server (such as Liberty) from the applications in COBOL or C in TXSeries? TXSeries 9.1 delivers it right on target. TXSeries region can call EJB session bean by using EXEC CICS LINK from your C and COBOL application. You can even do the other way by calling CICS application from EJB too. Interesting? If you are interested in reading more about the functionality, see here:... [More]
Tags:  jee liberty java txseries ee was jboss j2ee |
TXSeries V9.1 - Useful links
Here are a few links for TXSeries for Multiplatforms V9.1, that might be useful and handy. TXSeries V9.1 (AIX) announcement letter https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&subtype=ca&supplier=897&letternum=ENUS216-370 TXSeries V9.1 (Linux on x86) announcement letter https://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/0/897/ENUS217-180/index.html&lang=en&request_locale=en TXSeries V9.1 download document (for AIX and Linux on x86)... [More]
Tags:  knowledge announce system v9.1 center linux kc compatibility product aix download spcr txseries requirements software report |
Why my COBOL application files are locked and unable to refresh on windows?
When ever Micro focus Visual COBOL applications are executed on Windows platform, the applications are loaded to the cache maintained by COBOL in CICSAS process. The program remains in cache for providing better performance. If user wanted to update the application logic and recompile the applications, the user may NOT be able to update the application library files (.cbmfnt files) as these application library files are loaded in cache and handles are opened for those files by the CICSAS process. For development environment customer can... [More]
Tags:  cicsas cobol region disable program cics txseries cics_disable_cobol_cache cache application windows |
How to create SFS server and PPC Gateway servers with predefined volume sizes?
While creating SFS server using cicscp command, two volumes are created. One volume (log volume) for storing the log information and another volume (data volume) for storing the user data. The user data can be either VSAM emulated files, Temporary Storage queues or Transient data queues. If user creates the SFS server with cicscp command, log volume is created with 32 MB size and data volume is created with 32 MB size. However, user can increase these volume sizes based in their requirements by setting CICS_SFS_LOG_SIZE (For Log volume) and... [More]
Tags:  sfs cics_sfs_data_size cics_sfs_log_size cics txseries ppc_gateway cics_ppcgwy_size fix volume |
TXSeries Version V7.1 Fix Pack 6 is available for download |
Automatic collection of TXSeries runtime logs during abnormal termination of region
When TXSeries runtime detects an unrecoverable error condition while executing a transaction or during self consistency check, then TXSeries CICS runtime abnormally terminates the region with an U-ABEND. Few examples of U abends are like U4803, U5655, U2356 etc. When ever an U abend occurs in the TXSeries runtime, the CICS runtime will collect the all necessary logs automatically and saves the logs under /var/cics_servers/cics_service/<REGION NAME> directory. If region goes down multiple... [More]
Tags:  logs cics_disable_auto_collect... u txseries abend abnormal termination runtime |
TXSeries Version 8.1 Fix Pack 2 is available for download
Many APARs have been included in this Fixpack which will help to improve the stability of the TXSeries region. Plan upgrading to Fixpack2 on TXSeries v8.1. For details on APARs and download location of Fixpack, check the following url, http://www-01.ibm.com/support/docview.wss?uid=swg24042671
Tags:  fixcentral 8.1 fixpack txseries download apar cics pack ptf fix |
Automatically acquire your IPIC remote connection during region startup in TXSeries v8
You can write an application using CONNECTION apis and define the same as the startup application in the region. A rough sample application to try, modify and use is provided below. #define ACQ_STATUS_ACQUIRED 69 #define ACQ_STATUS_NOT_ACQUIRED 70 #define CONNECTION_DEF "CD01" /* change based on your connection definition */ int main() { long ACQStatus = 0; /* Status */ static short RESP1=0; /* RESPs */ static short RESP2=0; /* RESPs */ char sysID[4];... [More]
Tags:  connection 8.2 ipic txseries |