×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
No example, but a techniaue, using MS Word. If you download the file with
data transfer, selecting only the SIDATA field. Be sure to turn on 66535
CCSID translation.
The control codes get translated to various ASCII codes.
Normal is x'80',
reverse image is x'81',
high intensity is x'82',
underline is x'84',
blue is x'9A'.
There are others. Non-display will actually show you the text, with,
probably, a preceding code of x'87'.
Then do a wildcard find-replace on the pairing of any non-x'80' codes with
their matching x'80' code, preserving the contents between the codes (use
parentheses, I think) and replacing with a space before and after, in the
appropriate formatting and even color. Highlight becomes bold, reverse
image is a font setting, etc.
Once the pairs are replaced, do a find-replace of the remaining x'80' codes.
I once built a DSPF with all the color and formatting combinations, then
did a STRCPYSCN to get it to a file, then downloaded that, in order to get
all the combinations.
The Word doc can be saved as a template, with a macro to do the conversion
and maybe putting a border around the screen and eliminate the lines with
the position numbers (makes a good identifiable separator for find-replace
operation)
HTH
Vern
At 08:52 AM 2/28/2003 -0800, you wrote:
Does anyone have an app they'd be willing to share that pretty-prints the
outfile of a STRCPYSCN
session? Pretty-print as in no splitting a screen shot over two
pages. One or two screen shots
per page is OK.
TIA, Dan
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.