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] error on TSO RELEASE dataset command...

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] error on TSO RELEASE dataset command...
 Login/Join
 
Master
posted
I have a coded a small fex on the mainframe FOCUS for testing.
My goal is to route the output directly to the remote printer rather
than my monitor display.

At the top of the FOCUS program I have coded:

 SET PRINT = ONLINE  
-INCLUDE PRTLAND4   
-RUN


- - - - - - - - -
Then. I have the FOCUS code I want to produce a report
- - - - - - - - -

At the bottom of the program, I coded:
RELEASE


The included PRTLAND4 FOCUS program is 3 lines of code:
OFFLINE CLOSE
TSO FREE F(OFFLINE)
TSO ALLOC F(OFFLINE) SYSOUT(A) DEST(RMT320) WRITER(LAND08)


It has been yeatrs since I have even tried this, but I am getting the error:
quote:

UNKNOWN FOCUS COMMAND RELEASE
BYPASSING TO END OF COMMAND


Sometimes it works and other times not so good... Confused

Does it matter that I am getting the message for RELEASE?
Is that a fatal message?

Thanks!

This message has been edited. Last edited by: Kerry,


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Virtuoso
posted Hide Post
What do you expect the command RELEASE should do for you?

Maybe add a question mark before the release command might help.
? RELEASE




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
Master
posted Hide Post
RELEASE is a TSO command to release the data set.


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Virtuoso
posted Hide Post
Mixing focus language and tso ..not sure if that will ever work.




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
Expert
posted Hide Post
Digging through the crates of ancient code, I came across this:

OFFLINE CLOSE
TSO FREE F(OFFLINE)
TSO ALLOC F(OFFLINE) SYSOUT(A) COPIES(1) DEST(RMT695)


I don't have any RELEASE statements in the code. I think the TSO FREE/ALLOC OFFLINE commands goe at the top of a report. At the end of report execution the report printed on printer RMT695...


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Master
posted Hide Post
Thank you Francis. Before you replied, I did remove the RELEASE cmd and it works better.


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 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     [SOLVED] error on TSO RELEASE dataset command...

Copyright © 1996-2020 Information Builders