| Author |
Message |
Topic: Using ADRDSSU |
Anovice
Replies: 1
Views: 2017
|
Forum: Utilities Posted: Mon Apr 12, 2004 4:32 am Subject: Using ADRDSSU |
| We are replacing GVEXPORT (FAVER product) by ADRDSSU for VSAM file backups. However, when we did a DUMP of some of our VSAM files we get a higher CPU usage with ADRDSSU (around 40% higher than using G ... |
Topic: Developing untilities using REXX. |
Anovice
Replies: 6
Views: 4620
|
Forum: TSO and ISPF Posted: Thu Mar 11, 2004 8:08 am Subject: Developing untilities using REXX. |
| U can learn rexx and also add value by studying the existing processes that you follow everyday. See if there are certain manual things that consume a lot of time and if a rexx utility could automate ... |
Topic: High RC for one step. |
Anovice
Replies: 6
Views: 5092
|
Forum: Job Control Language(JCL) Posted: Mon Mar 08, 2004 10:28 pm Subject: High RC for one step. |
| Thanks all for your suggestions. |
Topic: High RC for one step. |
Anovice
Replies: 6
Views: 5092
|
Forum: Job Control Language(JCL) Posted: Mon Mar 08, 2004 7:03 am Subject: High RC for one step. |
Thanks Kolusu,
Iam also trying a combination of IF ELSE construct and COND CODE to arrive at a solution. I have to give my customer these options for him to choose. |
Topic: High RC for one step. |
Anovice
Replies: 6
Views: 5092
|
Forum: Job Control Language(JCL) Posted: Mon Mar 08, 2004 5:18 am Subject: High RC for one step. |
I forgot to mention something.
I want step2 thru step N to run when return code <= 16. At the sametime
I also want the 0,NE cond code check to exist for the other steps.
I have already thought a ... |
Topic: High RC for one step. |
Anovice
Replies: 6
Views: 5092
|
Forum: Job Control Language(JCL) Posted: Mon Mar 08, 2004 1:37 am Subject: High RC for one step. |
How can I allow a high return code omly
for one particular step in a job.
say
STEP1 PGM=A
STEP2 PGM=B
STEP3 PGM=C
STEP4 PGM=D
........
........
STEPn PGM=
Now STEP1 alone can have a retur ... |
Topic: Disadvantages of Usage of VARCHAR |
Anovice
Replies: 2
Views: 1618
|
Forum: Database Posted: Fri Feb 27, 2004 5:37 am Subject: Disadvantages of Usage of VARCHAR |
| It is generally a good design to have varchar columns as the last columns in the table. DB2 maintains offsets for where each column begins for every table. If there are varchars in the middle then DB2 ... |
Topic: SQL Pre-compiler |
Anovice
Replies: 3
Views: 3320
|
Forum: Database Posted: Thu Feb 26, 2004 4:28 am Subject: SQL Pre-compiler |
Nivedita,
Second warning - It only says that a program may no tbe available in later versions of DB2. It may not affect your pre compilation as of now.
Firts warning - Are you using Star SQL as th ... |
Topic: What's relation between JCL and JES2/JES3 ? |
Anovice
Replies: 13
Views: 7777
|
Forum: Job Control Language(JCL) Posted: Mon Feb 23, 2004 9:58 pm Subject: What's relation between JCL and JES2/JES3 ? |
Superk,
Thanks a lot for the info. |
Topic: Abend in 5000 records |
Anovice
Replies: 3
Views: 4656
|
Forum: Problem Determination Posted: Mon Feb 23, 2004 3:50 am Subject: Abend in 5000 records |
| To have the restart logic you need to store the key field of your table in a separate table or file. You have to keep doing this every say 1000 records or so. Also you have to do a commit after every ... |
Topic: Can execute a PROC from another PROC? |
Anovice
Replies: 2
Views: 1946
|
Forum: Job Control Language(JCL) Posted: Wed Feb 18, 2004 11:54 pm Subject: Can execute a PROC from another PROC? |
As Mervyn has put it - upto 15 levels of nesting is allowed.
But it would be a nightmare when a proc has too many nestings particularly when we have ddname overrides in a JCL. One has to code al ... |
Topic: What's relation between JCL and JES2/JES3 ? |
Anovice
Replies: 13
Views: 7777
|
Forum: Job Control Language(JCL) Posted: Wed Feb 18, 2004 11:47 pm Subject: What's relation between JCL and JES2/JES3 ? |
Superk - Iam curious about something that you have mentioned.
********
Third, I can only draw upon what my experience has been in the past. I have worked in finance, health care, and now, insurance ... |
| |