Search found 14 matches

by Sheela
Thu Apr 05, 2007 5:59 am
Forum: JCL
Topic: Override from JCL
Replies: 7
Views: 21818

Hi Veera,

Thanks for the information. I will try with this.
by Sheela
Tue Apr 03, 2007 9:32 am
Forum: JCL
Topic: Override from JCL
Replies: 7
Views: 21818

Override from JCL

Hi,

There is a proc which runs another proc, I need to override a particular
COND parameter in second proc. Please let me know how we can do this.
by Sheela
Sun Apr 01, 2007 2:53 am
Forum: Suggestions & Feedback
Topic: Quick Reply
Replies: 9
Views: 13279

Thank you krishna. Its working fine. 8)
by Sheela
Mon Mar 26, 2007 9:54 am
Forum: Suggestions & Feedback
Topic: Quick Reply
Replies: 9
Views: 13279

Thanks.
by Sheela
Sat Mar 24, 2007 8:48 pm
Forum: Suggestions & Feedback
Topic: Quick Reply
Replies: 9
Views: 13279

Quick Reply

Hi Krishna,

It will be good to have Quick Reply in this forum. What you will say...
by Sheela
Sat Mar 10, 2007 7:38 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: CURSOR
Replies: 3
Views: 13489

DB2 - FETCH FIRST N RECORDS ONLY

I dont have exact answer for your question.

But here is some useful information,

FETCH FIRST 100 RECORDS ONLY

it will be first 100 records from the cursor.
by Sheela
Sat Mar 10, 2007 7:06 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: SINGLE ROW
Replies: 3
Views: 11425

DB2 - SQL INSERT DELETE UPDATE

Apart from what veera said,

for singleton select statements,
if SQLCODE=0 means query selected one record
if SQLCODE=-811 means query selected multiple records.
by Sheela
Sat Mar 10, 2007 7:03 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: SQLCA
Replies: 3
Views: 13260

DB2 - SQLCA SQLERRD

Hi ibmlearner,

i dont know about messages, but SQLERRD(3) contains number of
records updated/deleted by the sql. If it contains 2, which means , 2 records updated/deleted by the sql.
by Sheela
Tue Mar 06, 2007 7:34 am
Forum: JOB VACANCIES
Topic: Urgent Mainframe Requirement - CSC,Chennai
Replies: 2
Views: 17099

Can you provide mail address to send the resume.
by Sheela
Tue Mar 06, 2007 7:31 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: DB2 References
Replies: 4
Views: 18455

DB2 Unload and Load Utility

Hi Krishna,

Can you post some material on DB2 Unload and load utility.
by Sheela
Fri Mar 02, 2007 11:58 pm
Forum: TSO, CLIST & REXX
Topic: FTP for GDG version files in REXX
Replies: 5
Views: 11353

Hi sivaraman,

It is already answered in your post.

http://www.ibmmainframeguru.com/Mainfra ... ight=#3728
by Sheela
Fri Mar 02, 2007 11:53 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: A query in DB2 with "<>".
Replies: 1
Views: 7800

Hi Rangab,

Do you want us to explain the query. or you are talking about
performance tuning.

About query, it will display all records where EVN_CD not equals to
67XX.
by Sheela
Wed Feb 28, 2007 7:08 am
Forum: COBOL
Topic: Decimal value not populated.
Replies: 3
Views: 6976

Yes bzTHEdinosauer is correct.
only decimal part is moved into V99.
by Sheela
Mon Feb 26, 2007 9:55 am
Forum: CICS
Topic: CICS-File concept word documents
Replies: 1
Views: 7986

CICS READ READNEXT

Hi Buddy,


Here is the link which may be useful to you.


http://publibfp.boulder.ibm.com/cgi-bin ... 0223093604

Look for the commands READ, READ NEXT , READ PREV, WRITE, REWRITE (update).