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     [CLOSED] Calling IBM Sort in a Focus session ( MVS CALL)

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Calling IBM Sort in a Focus session ( MVS CALL)
 Login/Join
 
Platinum Member
posted
Bonjour,
I very much enjoy the automatic Call of External Sort by Focus for his own needs.
But, here, my point is to call The IBM Sort under Focus (MVS CALL) for other purposes than optimizing Table File.
SYSIN is the conflicting point between Focus and Sort. I Would enjoy Help, for instance as how to use DFSPARM and/or SORTCNTL instead of SYSIN , or any other hint to reach the goal...
I am close to this Goal ( SORT reads DFSPARM first, but keeps going With SYSIN. And Focus Syntax very much surprises the Sort )
Cordially
In a previous life, I had a tiny PL/1 Program that isolated Sysin from the Sort (It used SortCntl and not Sysin). But I'm not, now, supposed to developp PL/1 programs
 
 FOC0055:PROC OPTIONS(MAIN);                               
 DCL RETCOE BIN FIXED(31,0);                               
 DCL MAXSTOR                    BIN FIXED(31) INIT (0) ;   
 DCL PARM1 CHAR(0) ;                                       
 DCL PARM2 CHAR(5) INIT(' END ');                          
 DCL (PLISRTA,PLIRETC) BUILTIN;                            
 DCL (PLIDUMP) BUILTIN;                                    
 DCL (UNSPEC) BUILTIN;                                     
 UNSPEC(MAXSTOR) = '00000000'B !! UNSPEC('MAX') ;          
 CALL PLISRTA (PARM2,PARM1,MAXSTOR,RETCOE);                
 CALL PLIRETC(RETCOE);                                     
 END FOC0055;                                              
 

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


Focus Mainframe 7.6.11
Dev Studio 7.6.11 and !!!
PC Focus, Focus for OS/2, FFW Six, MSO
 
Posts: 134 | Registered: November 06, 2007Report This Post
Expert
posted Hide Post
Hi Baillecl,

Per our technicals: this is more of an IBM issue. FOCUS has to create SYSIN. That is what we use, so if DFSORT is using SYSIN, maybe IBM has a way to avoid it, so please check with IBM.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 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     [CLOSED] Calling IBM Sort in a Focus session ( MVS CALL)

Copyright © 1996-2020 Information Builders