Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

DB2 :: RE: Regarding COBOL Stored Procedure option - GENERAL WITH NULLS

$
0
0
Author: selvamsrinivasan85
Posted: Fri Nov 04, 2016 10:46 pm (GMT 5.5)

Hi Rohit,
You gave me a clue. Thanks.

I think below will work fine. Will try and let you know.

Code:
Select A.Col1_tb1 as col1,
A.Col2_tb1 as col2,
B.Col1_tb2 as col3,
C.Col2_tb2 as col4
from Table1 A, Table2 B
where A.id = B.id;


Code'd by Rohit Umarjikar
_________________
Thanks,
S.Srinivasan.


Viewing all articles
Browse latest Browse all 8500

Trending Articles