Author |
Message |
Topic: CICS Admin Tasks? |
Mike Chantrey
Replies: 3
Views: 5837
|
Forum: CICS and Middleware Posted: Fri Dec 23, 2011 10:25 am Subject: CICS Admin Tasks? |
Some common duties:
Maintain CICS tables (usually via CEDA)
Maintain other CICS setup items (e.g. sizing CICS related datasets, tweaking startup parameters).
Create new CICS regions from scratch
M ... |
Topic: How to find No.of CICS regions present in a zos? |
Mike Chantrey
Replies: 2
Views: 5124
|
Forum: CICS and Middleware Posted: Fri Dec 23, 2011 10:16 am Subject: How to find No.of CICS regions present in a zos? |
One way to do this is as follows:
Look at any running CICS service (e.g. in SDSF) and identify from the JCL the full name of the SDFHLOAD dataset.
Attempt to rename this dataset in ISPF (e.g. 3.4/R) ... |
Topic: Passing pointer to a cobol program |
Mike Chantrey
Replies: 15
Views: 10213
|
Forum: Application Programming Posted: Mon Dec 13, 2004 12:51 pm Subject: Passing pointer to a cobol program |
The redefines in TSTCB1 has the effect of giving the pointer a value equal to the *contents* of the first 4 bytes of TEST-COB - i.e. "ABC ". This is not a valid address.
You want the pointer to conta ... |
Topic: Access an HTTP file from a mainframe. |
Mike Chantrey
Replies: 10
Views: 8520
|
Forum: Application Programming Posted: Mon Dec 13, 2004 12:36 pm Subject: Access an HTTP file from a mainframe. |
Just for info, although not relevant in this specific case, CICS/TS V3.1 (due out in about 6 months) directly supports outbound http requests. |
Topic: Impact of hardware upgrade to z990 |
Mike Chantrey
Replies: 1
Views: 1581
|
Forum: CICS and Middleware Posted: Thu Dec 09, 2004 11:35 am Subject: Impact of hardware upgrade to z990 |
Upgrading the mainframe hardware (but not the O/S or CICS) should not have any effect on the functioning of your in-house written CICS applications except to possibly make them run faster, (unless you ... |
Topic: How to read a VSAM file in CICs through any of the CE comman |
Mike Chantrey
Replies: 5
Views: 6351
|
Forum: CICS and Middleware Posted: Mon Nov 29, 2004 11:38 am Subject: How to read a VSAM file in CICs through any of the CE comman |
1/ If you have Compuware's FILEAID product, this can browse files which are open to CICS in some cases (if the file is defined with appropriate share options). Equivalent products from other vendors m ... |
Topic: How to judge sender for job Log? |
Mike Chantrey
Replies: 6
Views: 2811
|
Forum: Job Control Language(JCL) Posted: Mon Nov 29, 2004 11:26 am Subject: How to judge sender for job Log? |
Kolusu said:
where as a user submitted job will have his T-id/Logon id in the jobcard
This may be enforced at some sites, but at mine I can submit a job with any name or other parameters so the ... |
Topic: Navigating in TSQ |
Mike Chantrey
Replies: 7
Views: 7246
|
Forum: CICS and Middleware Posted: Fri Nov 26, 2004 10:58 am Subject: Navigating in TSQ |
You don't want to use the data keys to keep track of screen postiions, you need to use the TSQ item numbers instead, since you can't address the TSQ by data key, only by item number. If you have for e ... |
Topic: How to know Creator ID of a Dataset |
Mike Chantrey
Replies: 6
Views: 11349
|
Forum: TSO and ISPF Posted: Mon Nov 22, 2004 11:52 am Subject: How to know Creator ID of a Dataset |
I would suggest that you are probably out of luck.
If you really want to pursue this, the SMF records are probably your only chance. But you are relying on the right records being collected, saved (a ... |
Topic: SIT parameters |
Mike Chantrey
Replies: 4
Views: 4794
|
Forum: CICS and Middleware Posted: Mon Nov 22, 2004 11:44 am Subject: SIT parameters |
As Kolusu mentioned,
CEMT DUMP TRANSACTION... SIT
will get a raw dump of the SIT which you can decode with the 'CICS data areas' manual. There are also various ways to get formatted SIT data:
1/
... |
Topic: AMODE=31, RMODE=ANY |
Mike Chantrey
Replies: 4
Views: 3164
|
Forum: Application Programming Posted: Mon Nov 22, 2004 11:19 am Subject: AMODE=31, RMODE=ANY |
My view of this is that it is not information that IBM give out in general; they just say "RMODE(ANY) can load the program either above or below the 16Mb line". What I believe they probably do in this ... |
Topic: Move |
Mike Chantrey
Replies: 8
Views: 4258
|
Forum: Application Programming Posted: Fri Nov 19, 2004 8:57 am Subject: Move |
REQUESTED-DATE-CC PIC XX.
REQUESTED-DATE-YY PIC XX.
these 2 variable into,
MTC-COMM-PROC-MTH-NR PIC S9(04) COMP
Unless I'm missing something, all you need is:
01 REQ-DATE-CCYY.
... |
Topic: Reference mod in Cobol work diffent in CICS v/s batch |
Mike Chantrey
Replies: 8
Views: 5577
|
Forum: Application Programming Posted: Mon Nov 08, 2004 10:52 am Subject: Reference mod in Cobol work diffent in CICS v/s batch |
Powerhawk, I guess you were preparing your post while I was doing mine; anyhow see above and if you want to take it further, post the assmebler code generated as per Kolusu's comment about LIST. |
Topic: Reference mod in Cobol work diffent in CICS v/s batch |
Mike Chantrey
Replies: 8
Views: 5577
|
Forum: Application Programming Posted: Mon Nov 08, 2004 10:48 am Subject: Reference mod in Cobol work diffent in CICS v/s batch |
Kolusu, I think you may have misread the question - what Powerhawk is saying is that the same ref mod without length executes much slower in CICS than batch, not that it's slower than ref mod with len ... |
Topic: Help on BMS attribute |
Mike Chantrey
Replies: 9
Views: 5064
|
Forum: CICS and Middleware Posted: Fri Nov 05, 2004 10:34 am Subject: Help on BMS attribute |
My post is now redundant - Mickeyd posted while I was typing... |
|