Author |
Message |
Topic: CICS Performance Monitoring |
s_shivaraj
Replies: 5
Views: 7133
|
Forum: CICS and Middleware Posted: Sat May 26, 2012 9:30 am Subject: CICS Performance Monitoring |
Hi,
In our Shop, we are using CA-Sysview to monitor the CICS Performance and we identified a transaction which was taking too much time. Unfortunately, in our design, all our services are running u ... |
Topic: Other than SYSIN and PARM |
s_shivaraj
Replies: 3
Views: 2606
|
Forum: Job Control Language(JCL) Posted: Thu Feb 25, 2010 4:25 am Subject: Other than SYSIN and PARM |
Nithisha, How abt passing them in a file |
Topic: Problem with Rexx which access multiple DB2 test regions |
s_shivaraj
Replies: 3
Views: 4330
|
Forum: TSO and ISPF Posted: Mon Feb 22, 2010 11:14 pm Subject: Problem with Rexx which access multiple DB2 test regions |
bade_miya, Never tried disconnecting and then connecting to a different subsytem. But my approach will be this
Based on the ZSYSID i usually route the connection to the remote system instead of re ... |
Topic: Process GDG that are created today using REXX. |
s_shivaraj
Replies: 8
Views: 7242
|
Forum: Utilities Posted: Sun Feb 07, 2010 11:47 pm Subject: Process GDG that are created today using REXX. |
papadi, Thanks for correcting that, what i meant was generation. Corrected my posting now. |
Topic: Process GDG that are created today using REXX. |
s_shivaraj
Replies: 8
Views: 7242
|
Forum: Utilities Posted: Tue Feb 02, 2010 12:45 am Subject: Process GDG that are created today using REXX. |
shash_modi,
Here is a rexx routine which will list all the generations created on a particular date.
Parse arg gdg crdate
... |
Topic: )MODEL section in PANELS |
s_shivaraj
Replies: 10
Views: 6831
|
Forum: TSO and ISPF Posted: Wed Nov 25, 2009 4:59 am Subject: )MODEL section in PANELS |
Phantom, did you find the answer for your post, if so can you share that. I am also looking for displaying some static data/field below the table. Thanks in advance. |
Topic: GDG oldest generation deletion using rexx |
s_shivaraj
Replies: 8
Views: 6631
|
Forum: TSO and ISPF Posted: Mon Sep 21, 2009 6:49 am Subject: GDG oldest generation deletion using rexx |
3rd line in the array had the name of the first version, hence the reference
File = word(translate(l.3,' ','-'),2)
Translate will replace the '-' with a Space.
Once we get the fi ... |
Topic: GDG oldest generation deletion using rexx |
s_shivaraj
Replies: 8
Views: 6631
|
Forum: TSO and ISPF Posted: Mon Sep 21, 2009 6:46 am Subject: GDG oldest generation deletion using rexx |
sanjayr321
Below piece of code is to read the list of names from the input file ListDataset = 'userid.dataset.list'
"alloc f(inpdd) da( ... |
Topic: GDG oldest generation deletion using rexx |
s_shivaraj
Replies: 8
Views: 6631
|
Forum: TSO and ISPF Posted: Mon Sep 21, 2009 6:01 am Subject: GDG oldest generation deletion using rexx |
Try this and let me know ..
/* rExx */
ListDataset = 'userid.dataset.list'
"alloc f(i ... |
Topic: saving the spool |
s_shivaraj
Replies: 12
Views: 13374
|
Forum: Utilities Posted: Mon Sep 21, 2009 3:08 am Subject: saving the spool |
Sorry for that.. Did the pasting in a hurry..will make a note |
Topic: saving the spool |
s_shivaraj
Replies: 12
Views: 13374
|
Forum: Utilities Posted: Mon Sep 21, 2009 12:31 am Subject: saving the spool |
Try this piece of code,. Note:- i didnt include any error handling.. plz include.
/* rexx */
IsfRC = isfcalls( "ON" ) ... |
Topic: saving the spool |
s_shivaraj
Replies: 12
Views: 13374
|
Forum: Utilities Posted: Mon Sep 21, 2009 12:14 am Subject: saving the spool |
dohellwithmf, Using ISFEXEC host command you can acess the spool data, search for that. Please check the link also for more information
http://publib.boulder.ibm.com/infocenter/zos/v1r9/index.jsp? ... |
Topic: Edit Authority ! |
s_shivaraj
Replies: 13
Views: 21387
|
Forum: MVSFORUMS - Announcements Posted: Sat Sep 19, 2009 9:59 am Subject: Edit Authority ! |
Hi Kolusu, can you include me too |
Topic: CPU usage |
s_shivaraj
Replies: 6
Views: 4044
|
Forum: Utilities Posted: Sat Sep 19, 2009 9:56 am Subject: CPU usage |
I wonder why do you want to know CPU usage (?) for an entire LPAR. Its just that i can route my job to the LPAR where it can run soon, if the usuage is more then i have high chances my job is going to ... |
Topic: RSS Feed implemented. |
s_shivaraj
Replies: 3
Views: 9523
|
Forum: MVSFORUMS - Announcements Posted: Fri Sep 18, 2009 3:11 am Subject: RSS Feed implemented. |
tried adding this RSS feed in Lotus notes 8..Getting this error "Unable to download a feed from www.mvsforums.com, server returned code 0", funny part is return code 0, RC 0 is considered su ... |
|