Focal Point
[CLOSED]Webfocus MVS 80 Character Probelm

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3221075013

December 15, 2008, 10:51 AM
moyer1dl
[CLOSED]Webfocus MVS 80 Character Probelm
Has there been any progress with Webfocus, when it comes to a Fex being parsed when it is used in the MVS Mainframe Regions and is more than 80 characters.

I find this frustrating because it gets vary dangerous if you open up report painter in this. Report Painter will sometimes move your code around and make it more than 80 characters and when you go to save it, it blitzs your whole fex.

I know the workaround is to use only the editor and code, but if I needed someone else to maintain these jobs or run them It would be nice that if they used Report Painter that it wouldn't blitz them.

Any thoughts

Dan

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


IBM Main Frame: MVS, FIX, VSAM

Windows SQL

WF 7.7
December 15, 2008, 11:04 AM
Tony A
Didn't "we" used to overcome this by creating the PDS with a longer lrecl? Memory a bit faded Frowner

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
December 15, 2008, 11:08 AM
j.gross
Change your focexec libraries to RECFM=V,LRECL=255


- Jack Gross
WF through 8.1.05
December 16, 2008, 02:59 AM
<JG>
Jacks correct allocate with a RECFM V LRECL can be anything upto 32756 bytes
December 16, 2008, 04:13 AM
Tony A
Perhaps the memory isn't as bad as I thought it was Smiler

T
December 16, 2008, 05:51 AM
j.gross
Here it is:
[WORKAROUND] WHERE statement truncated at 80 characters

When I searched for recfm and lrecl, it did not turn up. -- It has '(recfm)' and '(lrecl)', but apparently this service doesn't strip out parens when indexing words. -- But it showed up on a title-search for 80.


- Jack Gross
WF through 8.1.05