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.
Hi ALL, I have variable block length file(RECORD FORMAT=VB), i have made its master file description(MFD) with suffix attribute as FIX, now when i allocate the MFD to file and try to print all records i do not get all the records of the file, however if I convert the file first to Fixed Block lenght and use it with same MFD it gives all records.
So i just want to know what SUFFIX attribute should be kept for Variable Block length File.
please help me in this regard.
regards, ChetanThis message has been edited. Last edited by: Kerry,
You say that your sequential file has variable length records. Focus knows very well how to deal with this type of file. So a few questions.
How do you allocate the file? Do you have records of different length? Do you have repeating groups? Do you have different record types? How do you convert your file to fixed length?
This information could help to find a solution.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
1.For allocating file i am using dynam alloc statement. 2.Records have same length but the block size is varaible ( i am referring to variable block(VB) format files in mainframes) 3.It does not have repeating groups. 4.Records type is similar. 5.I am using SELCOPY to copy data from variable block(VB) file to fixed block(FB) format file.
the CHECK FILE shows > check file VBFILE NUMBER OF ERRORS= 0 NUMBER OF SEGMENTS= 1 ( REAL= 1 VIRTUAL= 0 ) NUMBER OF FIELDS= 54 INDEXES= 0 FILES= 1 TOTAL LENGTH OF ALL FIELDS= 324
catalog entry for FB file : Data class . . . . . : SAMF Organization . . . : PS Record format . . . : FB Record length . . . : 324 Block size . . . . : 27864
catalog entry for VB file :
Data class . . . . . : SAMF Organization . . . : PS Record format . . . : VB Record length . . . : 324 Block size . . . . : 27998