| Author |
Message |
Topic: write a record into VSAM file while reading sequentially |
madhu_jul
Replies: 1
Views: 4341
|
Forum: Data Management Posted: Wed Jun 10, 2009 2:27 am Subject: write a record into VSAM file while reading sequentially |
Hi All,
i am writing a program which will start (START KEY>=VALUE) as VSAM file on a key and then do sequential read. i expect atleast 4 sequential reads (READ VSAM NEXT) of every key.
is it ... |
Topic: Is exception handling or abend handling possible in JCL? |
madhu_jul
Replies: 15
Views: 13700
|
Forum: Job Control Language(JCL) Posted: Sat Mar 10, 2007 6:54 am Subject: Is exception handling or abend handling possible in JCL? |
Thanks everyone for you valuable inputs. We finally proved to our higher ups that this is not possible and that we need to edit the abending program.
I wouldnt have had the confidence to argue tha ... |
Topic: Is exception handling or abend handling possible in JCL? |
madhu_jul
Replies: 15
Views: 13700
|
Forum: Job Control Language(JCL) Posted: Tue Feb 20, 2007 4:57 am Subject: Is exception handling or abend handling possible in JCL? |
Kolusu, how to sweep thru control blocks and reset it?
Nic Clouston, As i had mentioend already, STEP1 executes a program which i cannot alter. So now is there a way i can trap the abend in STEP1 i ... |
Topic: Is exception handling or abend handling possible in JCL? |
madhu_jul
Replies: 15
Views: 13700
|
Forum: Job Control Language(JCL) Posted: Fri Feb 16, 2007 12:09 am Subject: Is exception handling or abend handling possible in JCL? |
The USER abend in already generated in a program which we cannot alter. Now we want to avoid one particular abend alone. Other than the ABENDCC check we have many other conditions checks in STEP2.
... |
Topic: Is exception handling or abend handling possible in JCL? |
madhu_jul
Replies: 15
Views: 13700
|
Forum: Job Control Language(JCL) Posted: Thu Feb 15, 2007 10:46 pm Subject: Is exception handling or abend handling possible in JCL? |
Hi Kolusu,
STEP2 is executing when STEP1 is abending with U0241.
In STEP2 we are actually sending a mail, which executes successfully when the STEP1 is abending witht U0241.
But our aim is to ... |
Topic: Is exception handling or abend handling possible in JCL? |
madhu_jul
Replies: 15
Views: 13700
|
Forum: Job Control Language(JCL) Posted: Thu Feb 15, 2007 2:39 am Subject: Is exception handling or abend handling possible in JCL? |
Hi,
If STEP1 is abending with U0241, is it possible for the STEP2 to make the job complete with MAXCC=0?
Currently, i am using
STEP1
IF ABENDCC=U0241 THEN
STEP2
ENDIF
The STEP2 is ex ... |
| |