Author |
Message |
Topic: Unstring - Help |
Vinodch
Replies: 2
Views: 2075
|
Forum: Application Programming Posted: Tue Mar 30, 2010 3:30 pm Subject: Unstring - Help |
Kolusu
Yes - you are correct. I looked at one of your earlier replies and solved the issue.
Thanks for your help. |
Topic: Unstring - Help |
Vinodch
Replies: 2
Views: 2075
|
Forum: Application Programming Posted: Tue Mar 30, 2010 1:14 pm Subject: Unstring - Help |
REC-1 = A|B|C|D|E|F|G|H|
UNSTRING REC-1 DELIMITED BY '|' INTO
A1
B1
C1
D1
I would like to have the o/p like mentioned below:
A1 = A
B1 = B
C1 = C
D1 = D|E|F|G|H|
but it is like belo ... |
Topic: Usage of DATACLAS option |
Vinodch
Replies: 4
Views: 2696
|
Forum: Job Control Language(JCL) Posted: Thu Mar 12, 2009 12:31 pm Subject: Usage of DATACLAS option |
Hi Kolusu
Thanks for the updates, just curious to know the DATACLAS option used to optimize the DASD consumption but in turn it consumes more CPU time, please let know the real purpose of the DATAC ... |
Topic: Usage of DATACLAS option |
Vinodch
Replies: 4
Views: 2696
|
Forum: Job Control Language(JCL) Posted: Thu Mar 12, 2009 10:58 am Subject: Usage of DATACLAS option |
In order to reduce the DASD usage, we coded DATACLAS=GDSCMPRS option for the backup GDG in the JCL, the DASD consumption has come down but the CPU consumption went up, any idea what causing the proble ... |
Topic: Usage of ADRDSSU on copying / dumping |
Vinodch
Replies: 3
Views: 3123
|
Forum: Job Control Language(JCL) Posted: Thu Mar 12, 2009 10:52 am Subject: Usage of ADRDSSU on copying / dumping |
Hi Nic & Warp5
Thanks for your updates. |
Topic: Usage of ADRDSSU on copying / dumping |
Vinodch
Replies: 3
Views: 3123
|
Forum: Job Control Language(JCL) Posted: Wed Mar 11, 2009 8:27 am Subject: Usage of ADRDSSU on copying / dumping |
When ever we try to copy or dump a file using ADRDSSU from a KSDF to a flat file resides either on DASD or TAPE, the o/p file is created w undefined format, do I need to include any additional paramet ... |
Topic: Identifying a Program wrt transaction. |
Vinodch
Replies: 1
Views: 2443
|
Forum: IMS Posted: Mon Sep 15, 2008 7:21 am Subject: Identifying a Program wrt transaction. |
In CICS we use CEMT I TRA(*) to identify the transaction name and its related program name. Please let how to achieve the same in IMS DC. |
Topic: GDG Base More Than 30 Version |
Vinodch
Replies: 4
Views: 3119
|
Forum: TSO and ISPF Posted: Wed Aug 27, 2008 3:06 pm Subject: GDG Base More Than 30 Version |
I need the list of GDG name available in a system that has more than 30 versions. |
Topic: GDG Base More Than 30 Version |
Vinodch
Replies: 4
Views: 3119
|
Forum: TSO and ISPF Posted: Wed Aug 27, 2008 10:07 am Subject: GDG Base More Than 30 Version |
Is there any REXX Utility available on hand to list down the GDG base in a system which has more than 30 versions. Please help ! |
Topic: Release of DASD space during Migration |
Vinodch
Replies: 2
Views: 1647
|
Forum: Job Control Language(JCL) Posted: Fri Aug 22, 2008 7:59 am Subject: Release of DASD space during Migration |
There are GDG base of 15 version on DASD - using 5 cylinder each for every version w no RLSE parameter mentioned . Some of the files are migrated - will the dasd space be released in this case. Please ... |
Topic: TAPE MESSAGES - SMC0045 & SMC0046 |
Vinodch
Replies: 2
Views: 4670
|
Forum: Data Management Posted: Fri Feb 29, 2008 10:29 am Subject: TAPE MESSAGES - SMC0045 & SMC0046 |
The Job A consumes only 5 mins CPU time but the elasped time is around 5 hrs, the job seems to be waiting for some resources. The below mentioned are the tape messages from the JESLOG: Job has 4 tapes ... |
Topic: HIGH ELASPED TIME |
Vinodch
Replies: 9
Views: 5307
|
Forum: Data Management Posted: Fri Nov 30, 2007 8:51 am Subject: HIGH ELASPED TIME |
There are no DB2 tables involved only VSAM files used. In our shop the elasped time is billed to calculate the CPU hrs that's why I asked is there any way to reduce elasped time by removing unnecessar ... |
Topic: HIGH ELASPED TIME |
Vinodch
Replies: 9
Views: 5307
|
Forum: Data Management Posted: Thu Nov 29, 2007 8:54 pm Subject: HIGH ELASPED TIME |
We have a job one particular step runs for a long time -
CPU TIME 723.56
ELAPSED TIME 903.0
We checked the job not waiting for any files but still the difference between elasped time & CPU ... |
Topic: VSAM Quick Index |
Vinodch
Replies: 1
Views: 1281
|
Forum: Utilities Posted: Tue Nov 06, 2007 3:01 pm Subject: VSAM Quick Index |
I read that VSAM QUICK INDEX builds AIX 80% faster than IDCAMS BLDINDEX - could anyone please update how the BLDINDEX can be replaced by a QUICK INDEX in a JCL. |
Topic: Rename the member within PDS |
Vinodch
Replies: 3
Views: 2208
|
Forum: TSO and ISPF Posted: Wed Aug 29, 2007 5:08 pm Subject: Rename the member within PDS |
I have a req as follows:
Req # 1
A PDS named XXXX.YYYY.ZZZZ has 5 members like the below mentioned:
AB0
AB1
AB2
AB3
AB4
Need to rename the above members only change the first byte of t ... |
|