| Author |
Message |
Topic: Total no. of root segments in IMS database |
IEFBR14
Replies: 2
Views: 2171
|
Forum: Utilities Posted: Fri Mar 11, 2011 7:26 pm Subject: Total no. of root segments in IMS database |
| Sorry have to ask - why? |
Topic: Command Code Declaration. |
IEFBR14
Replies: 3
Views: 7495
|
Forum: IMS Posted: Thu Mar 10, 2011 7:17 pm Subject: Command Code Declaration. |
| Ah the Fine Manuals ... how they just love to be read |
Topic: How to pass a long parm to REXX thru batch jcl |
IEFBR14
Replies: 5
Views: 9738
|
Forum: TSO and ISPF Posted: Mon Feb 28, 2011 7:37 pm Subject: How to pass a long parm to REXX thru batch jcl |
Amit
You asked how to get dsnames into your rexx
The code can process 1->N DD cards (if there's is only 2, stop at 3 , if 1 stop at 2 etc)
Is the user going to amend the JCL before submit or ... |
Topic: How to pass a long parm to REXX thru batch jcl |
IEFBR14
Replies: 5
Views: 9738
|
Forum: TSO and ISPF Posted: Wed Feb 23, 2011 7:48 pm Subject: How to pass a long parm to REXX thru batch jcl |
If you want the dsnames why not alloc them in the JCL ..whichever way works but
//dd1 dd disp=shr,dsn=&ds1
.
.
and in the exec use LISTDSI with "file" ..then use SYSDSNAME
or ... |
Topic: How to skip the 'ispf/pdf' at READY prompt in tso |
IEFBR14
Replies: 6
Views: 6957
|
Forum: TSO and ISPF Posted: Thu Feb 17, 2011 7:34 pm Subject: How to skip the 'ispf/pdf' at READY prompt in tso |
IMO if you get to READY keep it
This is often hidden/restricted - if you have it you have more control so keep it
If it is for users control things in the logon proc exec |
Topic: IMS V9 to V11 upgrade |
IEFBR14
Replies: 3
Views: 10509
|
Forum: IMS Posted: Thu Feb 17, 2011 7:30 pm Subject: IMS V9 to V11 upgrade |
Phantom
I dont recall anything "special" about the 9-11 jump, as long as you have ditched SMU based security.
You apply the coex maint, review your util/hk policy; upgrade the recons and ... |
Topic: How to find out CPU Usage of current jobs |
IEFBR14
Replies: 4
Views: 11764
|
Forum: Job Control Language(JCL) Posted: Tue Feb 15, 2011 6:03 pm Subject: How to find out CPU Usage of current jobs |
| Not the question OP asked but hey !.... Cant help but think that the "performance team" have offered a very simplistic (and in many cases wrong) answer |
Topic: Need help to avoid deadlock and row level lock |
IEFBR14
Replies: 6
Views: 3519
|
Forum: Database Posted: Sat Jan 29, 2011 6:52 pm Subject: Need help to avoid deadlock and row level lock |
Each input record will be written to output file with unique sequence number.
Sequence number should not be duplicate in any of the records and also any of jobs output file.
Isn't this a cont ... |
Topic: Delete all datasets with a given qualifier |
IEFBR14
Replies: 10
Views: 18339
|
Forum: Job Control Language(JCL) Posted: Sat Jan 15, 2011 8:24 pm Subject: Delete all datasets with a given qualifier |
Why do you need REXX here? ADRDSSU is a free utility from IBM which does exactly what OP needs.
Also as nevilh pointed out, IDCAMS ((z/OS V1R11 and higher ) can now delete with wild cards.
... |
Topic: Delete all datasets with a given qualifier |
IEFBR14
Replies: 10
Views: 18339
|
Forum: Job Control Language(JCL) Posted: Wed Dec 29, 2010 8:00 pm Subject: Delete all datasets with a given qualifier |
I would say ADRDSSU, it is an IBM utility and all you need to do is change parameters. It is fast on top of it.
..If you have a licence
Rexx, AMS are free - this is something you will use agai ... |
Topic: question about "fetch 1st n rows only" |
IEFBR14
Replies: 11
Views: 6697
|
Forum: Database Posted: Wed Dec 29, 2010 7:48 pm Subject: question about "fetch 1st n rows only" |
"new records would always be added to the end of the index/table and no split of CI would occur."
As mentioned above why worry about CI splits? ...Now the Index tree may be an issue |
Topic: USE of PDSE's |
IEFBR14
Replies: 10
Views: 9762
|
Forum: Job Control Language(JCL) Posted: Mon Aug 16, 2010 5:56 am Subject: USE of PDSE's |
Used to issues updating PDSEs that were shared across multiple systems - esp out side of a sysplex. Basic advice (at the time) DONT
May have been resolved, havent checked in a while, I just dont upda ... |
Topic: Region Parameter |
IEFBR14
Replies: 14
Views: 12007
|
Forum: Job Control Language(JCL) Posted: Sat Oct 10, 2009 8:07 am Subject: Region Parameter |
Surely the system ought to be able to manage its own resources (including real and Auxiliary) and protect itself from ill-behaved programs, but that is something MVS has steadfastly refused to do fo ... |
Topic: Identifying a Program wrt transaction. |
IEFBR14
Replies: 1
Views: 3539
|
Forum: IMS Posted: Thu Oct 09, 2008 7:43 am Subject: Identifying a Program wrt transaction. |
/dis trans all
Can give a lot of output |
Topic: REXX - ARRAY concept in REXX |
IEFBR14
Replies: 4
Views: 2781
|
Forum: TSO and ISPF Posted: Wed Aug 20, 2008 11:23 am Subject: REXX - ARRAY concept in REXX |
| Not an array as such - but much more powerful - read up on stem variables |
| |