- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Editor to show FF/CR/LF?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2009 11:22 AM
тАО06-09-2009 11:22 AM
Editor to show FF/CR/LF?
Can someone help me out?
The view would be something like:
The first lineFF
The Second lineFF
etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2009 11:42 AM
тАО06-09-2009 11:42 AM
Re: Editor to show FF/CR/LF?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2009 11:44 AM
тАО06-09-2009 11:44 AM
Re: Editor to show FF/CR/LF?
The first line
The Second line
etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2009 11:52 AM
тАО06-09-2009 11:52 AM
Re: Editor to show FF/CR/LF?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2009 12:08 PM
тАО06-09-2009 12:08 PM
Re: Editor to show FF/CR/LF?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2009 12:38 PM
тАО06-09-2009 12:38 PM
Re: Editor to show FF/CR/LF?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2009 01:15 PM
тАО06-09-2009 01:15 PM
Re: Editor to show FF/CR/LF?
> REFLECTIONS setting to Display the
> control characters instead of interpret them.
TPU will display any control characters contained in the file as DATA using a glyph of some type (exact details of which depend on your terminal or terminal emulator). TPU does not display any META data (ie: control characters representing the end of records).
When you enable "display control characters", what you see does not necessarily reflect the real contents of the file, instead it shows what the terminal driver has sent to format the file on your screen.
For example, an RMS variable length file does not contain LF or CR charaters at the end of each line. Instead it contains a record length followed by the data. When you display the file on a screen, RMS and the terminal driver add CR and LF characters to format the lines. You will see those characters on your terminal, even though they don't exist in the file. Similarly, a STREAM_LF file contains a single LF character at the end of each record. RMS and the terminal driver change that into CR/LF to display the file.
If you want to see what characters are really in the file, use DUMP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2009 02:33 PM
тАО06-09-2009 02:33 PM
Re: Editor to show FF/CR/LF?
In that regard, I just ran a quick test with the default Mac OS X terminal emulator with an ssh session over into an OpenVMS Alpha box, launched LSEDIT, and the ^V^M displays the expected tiny CR glyph back at the terminal.
As for the background on why you might be looking for these control character displays, if this is a DCL command procedure or other such that's centrally involved, it's been my experience that directly embedding these characters is problematic for various reasons.
I've posted up various examples of embedding escape and control and such within procedures, if that's where you're headed here.
I've seen this sort of question arise with file transfers and incorrect settings, too. Or with tossing stuff at printers.
So what's up?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2009 10:46 PM
тАО06-09-2009 10:46 PM
Re: Editor to show FF/CR/LF?
In the old EDT any "named", control characters are displayed as
$ editt /edt FILENAME will get you there.
... but all EDT restrictions now come into play as well, eg max 255 chars/line.
I still use it every once in a while when I need to manipulate control chars (or any non-printable ASCII values), eg in print setup modules.
hth.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 01:51 AM
тАО06-10-2009 01:51 AM
Re: Editor to show FF/CR/LF?
The real VTxxx terminals have the menu option "Show Control Characters".
Show control characters allows you to select a normal display or a display called Control
Representation mode or CRM. This "monitor and show all" display includes graphic representation of control characters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 03:35 AM
тАО06-10-2009 03:35 AM
Re: Editor to show FF/CR/LF?
My experience is that edit/tpu does show some of these these characters, some 'translated', others as reversed quetsion marks - if these are not record terminators - these will not be shown in most editors.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 05:18 AM
тАО06-10-2009 05:18 AM
Re: Editor to show FF/CR/LF?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 02:45 PM
тАО06-10-2009 02:45 PM
Re: Editor to show FF/CR/LF?
$ SEARCH /FORM=DUMP [ /NUMB ] ...
Also, Willem, I suspect that teh reverse question marks you refer to come from the terminal, not the editor.
Cheers,
Hein.