Author |
Message |
Topic: DASD against tape |
abracadabra
Replies: 3
Views: 2458
|
Forum: Job Control Language(JCL) Posted: Tue Apr 14, 2009 3:29 pm Subject: DASD against tape |
Hi,
We all know that writing to a Tape consumes more time (elapsed time) than writing to a DASD. In my area, it is more important to work on the elapsed time (to meet SLA etc) than saving CPU. My s ... |
Topic: Changeman Issue-Module Locking |
abracadabra
Replies: 0
Views: 1127
|
Forum: Utilities Posted: Wed Apr 09, 2008 9:53 am Subject: Changeman Issue-Module Locking |
Hi,
I know we have a locking option that locks a member in the package and does not allow anyone to even browse the module. Is there an option available where any other user can still open the modu ... |
Topic: JCL to REXX |
abracadabra
Replies: 4
Views: 2557
|
Forum: TSO and ISPF Posted: Fri Feb 29, 2008 2:37 pm Subject: JCL to REXX |
My requirement is to throw a message on the panel depending on the RC and continue with subsequent processing |
Topic: JCL to REXX |
abracadabra
Replies: 4
Views: 2557
|
Forum: TSO and ISPF Posted: Fri Feb 29, 2008 1:51 pm Subject: JCL to REXX |
Hi,
I searched the help board but could not find anything conclusive. Is there a method by which a REXX can accept the return code of a single step JCL that the REXX is submitting? |
Topic: Job Submit from Job(s) |
abracadabra
Replies: 6
Views: 2589
|
Forum: Job Control Language(JCL) Posted: Fri Jun 08, 2007 12:53 pm Subject: Job Submit from Job(s) |
This is excellent. Thanks Kolusu. |
Topic: Sort |
abracadabra
Replies: 5
Views: 2925
|
Forum: Utilities Posted: Fri Jun 08, 2007 9:23 am Subject: Sort |
Sorry about that Kolusu. Sometimes therea re restrictions at work with internet policies and people moving around and one tries to get things written as quickly as one can. However, it is my fault and ... |
Topic: Sort |
abracadabra
Replies: 5
Views: 2925
|
Forum: Utilities Posted: Fri Jun 08, 2007 8:56 am Subject: Sort |
Hi,
I was recently asked by someone how an existing sort step can be further improved. The input file has 10 million recs and the output file has to have all the 10 millions recs.
Also need to ... |
Topic: Job Submit from Job(s) |
abracadabra
Replies: 6
Views: 2589
|
Forum: Job Control Language(JCL) Posted: Fri Jun 08, 2007 8:53 am Subject: Job Submit from Job(s) |
Hi,
Before anyone complains, I would like to state that I have given a search and have not found the appropriate solution.
My requirement is that I have multiple jobs (5) and the completion of a ... |
Topic: COBOL to XML |
abracadabra
Replies: 4
Views: 2597
|
Forum: Application Programming Posted: Fri Mar 30, 2007 2:53 pm Subject: COBOL to XML |
Kolusu,
What I want is something like this
<Holding id="Hold1">
<Pol>12345</Pol>
</Holding>
<Holding id="Hold2">
<Pol>68999< ... |
Topic: COBOL to XML |
abracadabra
Replies: 4
Views: 2597
|
Forum: Application Programming Posted: Fri Mar 30, 2007 9:13 am Subject: COBOL to XML |
Hi,
I was going through some of the notes that had been sent earlier on this topic but I think I have a slightly different question (I think).
Lets take the example below.
I have a layout in ... |
Topic: Changeman and REXX |
abracadabra
Replies: 2
Views: 2675
|
Forum: TSO and ISPF Posted: Mon Dec 25, 2006 6:08 pm Subject: Changeman and REXX |
Hi,
It looks like the problem is taking place because the Changeman panel and message libraries are somehow getting removed from the concatenation. I am not sure yet how this is happening. |
Topic: Changeman and REXX |
abracadabra
Replies: 2
Views: 2675
|
Forum: TSO and ISPF Posted: Wed Dec 20, 2006 4:36 pm Subject: Changeman and REXX |
Hi,
I have a rexx routine that I am invoking from a changeman program opened in edit mode. This routine puts some additional lines into my program after which I want to recompile the program. The ... |
Topic: Static and Dynamic Call |
abracadabra
Replies: 6
Views: 3085
|
Forum: Application Programming Posted: Tue Aug 29, 2006 12:05 pm Subject: Static and Dynamic Call |
Sorry about that Kolusu.
Here it is CEE3204S. |
Topic: Static and Dynamic Call |
abracadabra
Replies: 6
Views: 3085
|
Forum: Application Programming Posted: Tue Aug 29, 2006 10:44 am Subject: Static and Dynamic Call |
Here is error message
The system detected a protection exception (System Completion Code=0C4
From compile unit B at entry point B at compile unit offset 10B6
at address 000BC196.
As I had sta ... |
Topic: Static and Dynamic Call |
abracadabra
Replies: 6
Views: 3085
|
Forum: Application Programming Posted: Tue Aug 29, 2006 10:24 am Subject: Static and Dynamic Call |
Hi,
I have a DB2 Program that calls all other programs using static call. Infact the application environment has only static calls. Now, in program A, I now have to call a new DB2 program B which i ... |
|