Search found 12 matches

by rahul_kolhe
Sat Nov 18, 2006 2:14 am
Forum: JCL
Topic: Need to check count of file records and abend if >10.
Replies: 4
Views: 15197

thank you.

Have a good weekend!
by rahul_kolhe
Sat Nov 18, 2006 12:11 am
Forum: JCL
Topic: Need to check count of file records and abend if >10.
Replies: 4
Views: 15197

Yes, I will.
by rahul_kolhe
Fri Nov 17, 2006 2:01 am
Forum: JCL
Topic: Need to check count of file records and abend if >10.
Replies: 4
Views: 15197

Need to check count of file records and abend if >10.

Hi,

I want to check the number of records count in file and if count is more than 10 then needs to return abend.

How could we attend this thru JCL, Do not want to write prog.

Thanks,
by rahul_kolhe
Tue Nov 14, 2006 1:20 am
Forum: IMS DB
Topic: BMP program caused to bring down the control region
Replies: 4
Views: 18270

Hi Krish, I have changed the JCL and coded the TIME=1440 which solves S322. My doubt is that could BMP step abend S322 bring down the complete IMS region. And is it advisable to not code TIME parm on BMP step or to code TIME=1440? This happened mistakenly. But there are occurances when we test some ...
by rahul_kolhe
Mon Nov 13, 2006 1:48 am
Forum: IMS DB
Topic: BMP program caused to bring down the control region
Replies: 4
Views: 18270

BMP program caused to bring down the control region

Hi, I have a situation where a BMP program bring downs a IMS control region. When we investigated found that STEP has a Time parameter coded with TIME=(10,1). This program scan the database extensive. But when program abended with S322 it cause to bring down IMS control region down in production env...
by rahul_kolhe
Sat Nov 11, 2006 1:39 am
Forum: JCL
Topic: Problem with INCLUDE
Replies: 4
Views: 12417

Hi,
I tried your Jcl and it seems to be working. I tried as it is you have given.
by rahul_kolhe
Sat Nov 11, 2006 1:01 am
Forum: COBOL
Topic: Coding guidelines for Cobol - IMS DB programs
Replies: 0
Views: 5388

Coding guidelines for Cobol - IMS DB programs

Hi,

Could someone help me with the coding guidelines for Cobol/IMS DB programs. What not to do?

Thanks in Advance!
by rahul_kolhe
Fri Nov 10, 2006 4:33 am
Forum: ABEND CODES / ERROR CODES
Topic: SOC7
Replies: 5
Views: 20745

Do you have abendaid installed in system? You can trace it under vendor utilities. Which will tell you the exact error location and reson like below. ******************************************* * Error Location * ******************************************* The next sequential instruction to be execu...
by rahul_kolhe
Wed Nov 08, 2006 5:44 am
Forum: PL/I
Topic: ABEND SB37
Replies: 7
Views: 54043

what is the return code associated with the abend code. There can be many reasons for this but surely not related to PL/i.

It may be that all 16 extent used or end of volume. Check the volume parm or space parm on JCL.

Used RLSE on spacw parm and give space in cyl instead of tracks.
by rahul_kolhe
Wed Nov 08, 2006 5:33 am
Forum: IMS/DC
Topic: PCB Status code of AD
Replies: 3
Views: 13740

As said earlier, initialize the variable as it is passing 255T value in function. Dl/i call returns AD status code when either the function parameter on the call is invalid or the function is not supported for the type of PCB specified in the call . Like PCB used is not I/O PCB for GU/GN call. So ch...
by rahul_kolhe
Wed Nov 08, 2006 1:33 am
Forum: JCL
Topic: SORT query
Replies: 3
Views: 12226

The easiest way by using Xsum if you have same header and trailer in all three file and content of all three files is not duplicate. You can avoid XSUM part and SORTXSUM file. //STEP01 EXEC PGM=SORT,REGION=0M //SORTIN DD DSN=AAA,DISP=SHR // DD DSN=BBB,DISP=SHR // DD DSN=BBB,DISP=SHR //SORTOUT DD DSN...
by rahul_kolhe
Wed Nov 08, 2006 1:11 am
Forum: JCL
Topic: Need a jcl for sending email and SMS.
Replies: 3
Views: 12937

//STEP1 EXEC PGM=IEBGENER
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*
//SYSUT2 DD SYSOUT=(B,SMTP)
//SYSUT1 DD *
helo HOST
MAIL FROM:<xxxx@mainframeguru.com>
RCPT TO:<+919800000000>
DATA
sms from mainframe mainframeguru