Dear Dnoeth,
Still we get the same warning msg:
BTEQ -- Enter your SQL request or BTEQ command:
.SET ERRORLEVEL 3212 SEVERITY 0;
CALL file_count(81);
.SET ERRORLEVEL 3212 SEVERITY 0;
BTEQ -- Enter your SQL request or BTEQ command:
CALL file_count(81);
*** Procedure has been executed.
*** Warning: 3212 The stored procedure returned one or more result sets.
*** Total elapsed time was 19 seconds.
*** ResultSet# 1 : 1 rows returned by "FILE_COUNT".
count_samp
-----------
0
I tried to use continue handler , even though i am getting the same warning msg.
Can u please guide.
Dear Dnoeth,
Still we get the same warning msg:
BTEQ -- Enter your SQL request or BTEQ command:
.SET ERRORLEVEL 3212 SEVERITY 0;
CALL file_count(81);
.SET ERRORLEVEL 3212 SEVERITY 0;
BTEQ -- Enter your SQL request or BTEQ command:
CALL file_count(81);
*** Procedure has been executed.
*** Warning: 3212 The stored procedure returned one or more result sets.
*** Total elapsed time was 19 seconds.
*** ResultSet# 1 : 1 rows returned by "FILE_COUNT".
count_samp
-----------
0
I tried to use continue handler , even though i am getting the same warning msg.
Can u please guide.