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


Reg: CASE usage in DB2

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


Joined: 29 Aug 2006
Posts: 15
Location: Chennai

PostPosted: Wed Aug 30, 2006 10:44 am    Post subject: Reg: CASE usage in DB2 Reply with quote

Hi,

Suppose if i have a CASE statement in my select, is it mandatory to use
Else statement for the CASE.

Suppose i have a select statement as follows.

Select

CASE
WHEN B.SPG = '01' THEN C.PROM_SELL_PRICE_11
WHEN B.SPG = '02' THEN C.PROM_SELL_PRICE_12
WHEN B.SPG = '03' THEN C.PROM_SELL_PRICE_13
WHEN B.SPG = '04' THEN C.PROM_SELL_PRICE_14
WHEN B.SPG = '05' THEN C.PROM_SELL_PRICE_15
WHEN B.SPG = '06' THEN C.PROM_SELL_PRICE_16
WHEN B.SPG = '07' THEN C.PROM_SELL_PRICE_17
WHEN B.SPG = '08' THEN C.PROM_SELL_PRICE_18
WHEN B.SPG = '09' THEN C.PROM_SELL_PRICE_19
WHEN B.SPG = '10' THEN C.PROM_SELL_PRICE_20
ELSE 0
END

Suppose i have an unload step in my JCL for above select with some
record length.
And while selecting B.SPG not = '01' thru '10' then it is inserting a null indicator after C.SELL_PRICE field and record length is being automatically increased by one.

All these things are happening when there is no else for CASE statement.

I don't want Else statement ,is there is any way achieve this without else.

Regards,

Vinod Kumar Reddy.
Back to top
View user's profile Send private message Yahoo Messenger

Kalicharan
Moderator


Joined: 08 Feb 2006
Posts: 31

PostPosted: Tue Sep 05, 2006 9:01 pm    Post subject: Reply with quote

Hi,

If none of the conditions are matched, the value mentioned in the ELSE part is returned.
The ELSE part of the expression is not mandatory--
CASE expression will return null if nothing is satisfied.


If u are not selecting the range between 01 - 10 in your sql
Quote:
B.SPG not = '01' thru '10'

then what is the necessity of using case in sql.

Please elaborate your requirement clearly.

Thanks
Kalicharan
Back to top
View user's profile Send private message Send e-mail
156138
Member


Joined: 29 Aug 2006
Posts: 15
Location: Chennai

PostPosted: Fri Sep 08, 2006 12:41 pm    Post subject: Reg: CASE usage in DB2 Reply with quote

Thanks Kali for u r reply.

Let me provide some more details ,if nothing is selected it is returning NULL values.
Thats fine.

Suppose my length is say 40(as per JCL).

If it returns NULL value the file length is automatically changed to 41 which
i don't want .

Because whatever SQL iam using is Unload into a file which in turn the file
is used in my COBOL program.

So when i tried to read the file into my working storage layout,values are
not being populated into appropriate fileds.

Mind you the CASE is not only the SELECT statement using in my unload (i am selecting some
other fields which doesn't related to CASE).

So finally what i want to ask that , Is there any way stop that extra NULL indicator after NULL value being retrieved.

I think i can do it by comparing the value with NULL and removing NULL indicator in next step of my JCL( anyway i will try this option and let you know the result .)

Regards,
Vinod Reddy.
_________________
Regards,
Vinod Reddy.
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 Is it possible to throw ISPF panels from PL/I programs? 1 rangab 2909 Thu Aug 20, 2009 11:55 pm
MrSpock View latest post
No new posts Am I using DFSORT or Syncsort? 9 Anuj Dhawan 2079 Thu May 14, 2009 11:59 am
Anuj Dhawan View latest post
No new posts How do I add sticky in this Forum ? 8 Anuj Dhawan 1654 Tue Dec 23, 2008 11:35 am
Anuj Dhawan View latest post
No new posts Pl/I for windows 0 MikeJ024 1637 Tue Jun 24, 2008 2:40 pm
MikeJ024 View latest post
No new posts solve it 9 Abhiyanta 4763 Tue Sep 11, 2007 1:12 pm
manitesh_kumar 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