Home      Mainframe Forum      Mainfarme Tutorials      IBM Manuals      Mainframe Interview Questions      Mainframe Books      IT News     SiteMap     Downloads


     
 
MAINFRAME - TIP OF THE DAY : programming pearls - The fastest algorithm can frequently be replaced by one that is almost as fast and much easier to understand.

Google
 
Web mainframegurukul.com

Welcome to the mainframegurukul forums.

You are currently viewing our mainframe forums as a guest which gives you limited access to view most discussions, articles. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support at admin@mainframegurukul.com


How to handle the null indiactor

 
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> DB2 SQL - DB2 PROGRAMMING
  View previous topic :: View next topic  
Author Message
mithunthakre
Member


Joined: 27 Feb 2006
Posts: 8
Location: India

PostPosted: Tue Aug 22, 2006 11:04 am    Post subject: How to handle the null indiactor Reply with quote

HI,

I am getting the SQLCODE as -305. how i can handle the sqlcode -305
please help me

Thanks & Regrads,
Mit's
Back to top
View user's profile Send private message Yahoo Messenger

Krishna
Site Admin


Joined: 27 Jan 2006
Posts: 929

PostPosted: Mon Aug 28, 2006 11:48 am    Post subject: sql code -305 , Use null indiactor in db2 Reply with quote

Hi,

If you get -305 sqlcode which means you got null values into the host variables.


Solution -
Use NULL INDICATOR VARIABLES to stop getting -305.

Example
-----------

,: FIRST-NAME :WS-FIRST-NAME-NULL-IND
,: INIT-NAME :WS-MID-NAME-NULL-IND

FROM EMPLOYEE ........


Define Null Indicator variables as follows
05 WS-FIRST-NAME-NULL-IND PIC S9(04) COMP.


Use following logic When SQLCODE = 0.

IF WS-FIRST-NAME-NULL-IND >= 0
... Means Field populated with proper value
ELSE
... Means Field populated with null value
END-IF


In sum cases, I would suggest handle -305 instead of using
null indicator variables. If you are feching only one field, in that
case better go and handle -305, if query hit -305 move space/zero's
into host variable.



Thanks,
Krishna
Back to top
View user's profile Send private message Send e-mail
mithunthakre
Member


Joined: 27 Feb 2006
Posts: 8
Location: India

PostPosted: Mon Sep 04, 2006 2:20 pm    Post subject: Reply with quote

Thanks Krishna
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> DB2 SQL - DB2 PROGRAMMING All times are GMT + 5 Hours
Page 1 of 1



 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts Easytrieve program for getting Recound counts. 1 prakash.subramaniam 1578 Mon Oct 05, 2009 5:09 pm
Natarajan View latest post
No new posts Getting Error while using ICEMAN tool 4 giri211 2138 Mon Aug 31, 2009 3:59 pm
giri211 View latest post
No new posts Replacing characters Using JCL 5 rachitsethcse 2942 Thu Jul 23, 2009 9:46 pm
Frank Yaeger View latest post
No new posts Getting no of records in a file 8 Rajapriyaa 2479 Mon May 18, 2009 11:30 am
Anuj Dhawan View latest post
No new posts Calling COBOL from C - getting SOC1 0 balajiiinx 2673 Tue Sep 23, 2008 10:25 am
balajiiinx View latest post
 



This widget requires Flash Player 9 or better








Go to top of the page
 

Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  DB2 INTERVIEW QUESTIONS ||  COBOL INTERVIEW QUESTIONS  ||  JCL INTERVIEW QUESTIONS ||  JCL2 INTERVIEW QUESTIONS ||  VSAM INTERVIEW QUESTIONS ||  CICS INTERVIEW QUESTIONS  ||  Online tutorials ||  Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  SiteMap  ||  Expeditor Tutorial  ||  FILE-AID Tutorial  ||  Changeman Tutorial  ||  COBOL   ||  DB2   ||  JCL  ||  CICS  ||  VSAM  ||  DB2 Interview Questions ( 110 )   || Simple JCL Tutorials  || JCL Tutorial from MainframeGurukul.com   || Simple JCL Tutorial - Chapter1 ;|| Mainframe Forum - Tutorials  || Mainframe Tutorials

Drona Educational Forums - Mainframe Cobol DB2 CICS Board
Powered by phpBB