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     Assign a variable with a number value coming from a hold file

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Assign a variable with a number value coming from a hold file
 Login/Join
 
Member
posted
How to assign a variable with a number value coming from a hold file?

Pls help...

Trina


WebFOCUS 7.6.10
Windows/XP
Database: Oracle
Output: Excel
 
Posts: 20 | Registered: June 05, 2006Report This Post
Member
posted Hide Post
This sample shows how I have been able to get this to work:

SET ASNAMES=ON
SET HOLDLIST=PRINTONLY

DEFINE FILE EMPDATA
NHIREDATE/MDY = HIREDATE;
NHIREMY/MY =NHIREDATE;
NEWSAL/D12.2 = SALARY * 1.5;
END
TABLE FILE EMPDATA
SUM
CNT.SALARY/I5C AS 'SCOUNT'
SALARY/D12.2C AS 'SALARY'0
ON TABLE HOLD AS SAL_STUFF
END

TABLE FILE SAL_STUFF
SUM
COMPUTE AVG/D12.2=SALARY/SCOUNT;
ON TABLE SAVE AS SAL_AVG
END
-RUN

-READ SAL_AVG &SAL_READ.12
-TYPE &SAL_READ

TABLE FILE EMPDATA
PRINT
COMPUTE SDIF/D12.2 = SALARY- &SAL_READ;
SALARY
END
 
Posts: 2 | Location: World Trade Center - Boston | Registered: February 08, 2006Report This Post
Virtuoso
posted Hide Post
Trina

I would ask you to upgrade your signature so we know what version you have.

The example given is ok, the only addition I would give is.

-READ SAL_AVG &SAL_READ.I12

I added the "I" because you want a numeric value.

It's all described in the wf761appslang.pdf file




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Member
posted Hide Post
Thanks a lot to both of you.

Frank thanks for mentioning to add I before the length.

Trina


WebFOCUS 7.6.10
Windows/XP
Database: Oracle
Output: Excel
 
Posts: 20 | Registered: June 05, 2006Report 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     Assign a variable with a number value coming from a hold file

Copyright © 1996-2020 Information Builders