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.
It might be the A40 you'll need to change this to the length of the record in your file. Try -TYPEing the values to the screen first as it's only 10 records see what that produces
FILEDEF P7 UNKNOWN FOCUS COMMAND FILEDEF BYPASSING TO END OF COMMAND FILEDEF B7 JAUGAR 130150 ERROR AT OR NEAR LINE 114 IN PROCEDURE TEST FOCEXEC (FOC295) A VALUE IS MISSING FOR: VAR9
I am getting this error
As my file layout is FILENAME=P7,SUFFIX=FIX SEGNAME=MAIN FIELD=NAME, , A10,A10, $ 001-010 FIELD=ID, , I3,A3, $ 011-013 FIELD=BATCH, , I3,A3, $ 014-017 FIELD=FILLER, , A63,A63, $ 018-080
Here is another way without using a hold file. DEFINE FILE P7 CNTR/I9= LAST CNTR +1; END TABLE FILE P7 PRINT * BY HIGHEST CNTR NOPRINT ON TABLE HOLD AS HOLD1 FORMAT INTERNAL END
Good luck.
FOCUS 7.6 MVS PDF,HTML,EXCEL
Posts: 115 | Location: Chicago, IL | Registered: May 28, 2004
on your result of getting only the first record, you might want to use the NOCLOSE modifier to your -READ statement to keep the file open and reading successsive records. -READ MYFILE NOCLOSE &MYVAR.A40
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
TABLEF FILE FIRST LIST [the fields] ON TABLE HOLD END TABLE FILE HOLD PRINT [the fields] BY HIGHEST LIST NOPRINT ON TABLE SET HOLDLIST PRINTONLY ON TABLE HOLD AS SECOND END
You may need to use an alternate MFD that describes the source as a single (format A) field.
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
As always, you may contact Information Builders’ Customer Support Services for assistance at any time. The phone number is 1-800-736-6130, or you may access the online system InfoResponse at http://techsupport.ibi.com. Here is a list of information to be ready when you call: http://techsupport.ibi.com/before_you_call.jsp.