- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Line Break in edit or lse
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
05-16-2008 12:27 PM
05-16-2008 12:27 PM
Line Break in edit or lse
This is a newpie question again:
In lse or edit, when I try to write a lone line, what is the line break I can use? In unix, I can use "\", what is the counterpart of VMS world?
Thanks,
YE LIU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 12:38 PM
05-16-2008 12:38 PM
Re: Line Break in edit or lse
Do you mean how wide the screen is?
You can do
$ set term/wid=132
prior to invoking LSE
or inside of LSE you can do things like
set screen wid=200
(hit the DO key to get the LSE command prompt).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 12:41 PM
05-16-2008 12:41 PM
Re: Line Break in edit or lse
DCL?
In a DCL command procedure, use "-" to
continue a line:
alp $ type dash.com
$ write -
sys$output -
f$getsyi( -
"version")
alp $ @ dash.com
V7.3-2
alp $
> In unix, I can use "\" [...]
You mean in a shell script? UNIX is a pretty
broad thing, and "\" is not accepted
everywhere therein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 12:43 PM
05-16-2008 12:43 PM
Re: Line Break in edit or lse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 12:54 PM
05-16-2008 12:54 PM
Re: Line Break in edit or lse
So, what are the rules for a "perforce client
setup file". Perhaps it expects "\". (I
certainly don't know.)
http://www.perforce.com/perforce/technical.html
???