Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED]Reading a variable from SQLOUT

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]Reading a variable from SQLOUT
 Login/Join
 
Gold member
posted
I am using a query with decode function which returns N or Y. I need to read it in a variable and then proceed.. I am not able to read it. format shows A1V.

How can I read that value?
Please reply..its urgent
Thanks a lot in advance !

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 56 | Registered: January 13, 2015Report This Post
Guru
posted Hide Post
This doesn't work?


-READFILE SQLOUT
END
-SET &FIELD = &FIELD ;



WebFOCUS 8.1.05
 
Posts: 496 | Registered: January 04, 2008Report This Post
Gold member
posted Hide Post
quote:
posted December 23, 2015 12:57 PM Hide Post
This doesn't work?


-READFILE SQLOUT
END
-SET &FIELD = &FIELD ;


This is howI am trying now..

TABLE FILE SQLOUT
PRINT
*
ON TABLE HOLD AS RECHLD FORMAT ALPHA
END
-RUN
-READ RECHLD &RECCNT.A1.
-TYPE &RECCNT
-EXIT

Yours gave some error..


WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 56 | Registered: January 13, 2015Report This Post
Master
posted Hide Post
Here's a simple example I just came up with:

-SET &ECHO='ALL';
ENGINE SQLMSS SET DEFAULT_CONNECTION MetricDatamart
SQL SQLMSS
SELECT 'Y' AS VALUE;
TABLE
ON TABLE HOLD AS SQLOUT
END
-RUN

-READFILE SQLOUT
END

-SET &FIELD = &VALUE;
-TYPE &FIELD


App Studio
WebFOCUS 8.1.05M
Windows, All Outputs
 
Posts: 594 | Location: Michigan | Registered: September 04, 2015Report This Post
Guru
posted Hide Post
In your SQL CAST the field

 

       CAST(FIELD AS CHAR(1))                    AS FIELD ,
 


WebFOCUS 8.1.05
 
Posts: 496 | Registered: January 04, 2008Report This Post
Gold member
posted Hide Post
Thank you so much both of you..It worked.


WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 56 | Registered: January 13, 2015Report This Post
Expert
posted Hide Post
quote:
-READFILE SQLOUT

This is one of the reasons that we ask for the version that folks are working with.

From Bharathi's signature, we can see that it is 7.6. -READFILE wasn't available in that release which is why it didn't work for them.


Happy holidays Smiler

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED]Reading a variable from SQLOUT

Copyright © 1996-2020 Information Builders