About site: Software/Operating Systems/Mainframe/IBM/z-OS/ISPF - ISPF Editor: Some Commands and Shortcuts
Return to Computers also Computers
  About site: http://www.freenetpages.co.uk/hp/alan.gauld/ispfed.htm

Title: Software/Operating Systems/Mainframe/IBM/z-OS/ISPF - ISPF Editor: Some Commands and Shortcuts A summary of the most commonly-used PF keys and command-line and in-line commands within the ISPF editor by author Alan Gauld.
Recursive_Partitioning_Mailing_List An unmoderated mailing list for recursive partitioning based supervised learning methods, a.k.a. classification and regression trees.

CrystalPegasus_Psp_Graphics High resolution images that can be used for wallpaper and e-mail signature tags made solely with PSP7.

Storyboard_Multimedia_Australia CD/DVD authoring, web design, 2D/3D animation, and video production. Based in Melbourne, Victoria, Australia.

RFC_2796 BGP Route Reflection - an Alternative to Full Mesh IBGP. T. Bates, R. Chandra, E. Chen. April 2000.

ARMoniX RISC OS 4, DialUp, RiscCAD - and many other applications - resources in French.

Cosmetic Rhythm sequencer, sampler, synthesizer.


  Alexa statistic for http://www.freenetpages.co.uk/hp/alan.gauld/ispfed.htm





Get your Google PageRank






Please visit: http://www.freenetpages.co.uk/hp/alan.gauld/ispfed.htm


  Related sites for http://www.freenetpages.co.uk/hp/alan.gauld/ispfed.htm
    skillreactor_org Computer technology, programming, 3D animation: tutorials, tools.
    ImaginOn,_Inc_ Provides on-line media searches, interactive media, and video travel planners and shopping catalogs as well as e-mail, calendar/date books and customized news channels. (Nasdaq: IMON).
    Web_Serve_Pro Offers shared, dedicated and colocated hosting and development services on Linux and Windows platforms.
    BORG Windows 32-bit PE file disassembler by Cronos.
    Microdigital_Alpha Celeron-powered laptop computer that runs RISC OS 4 under emulation through Windows XP.
    ChristianLance_com An online community connecting webmasters and programmers. Webmasters can post projects that require custom programming and qualified programmers can bid on the projects.
    D2_Creative Offers services in CD/DVD authoring, kiosk development, PowerPoint, web design, Flash, e-commerce, database development, print design, event staging and marketing, and video production. Located in Som
    Weblog_Kitchen The Weblog Kitchen explores current research in weblogs, wikis, and other hypertext systems.
    DRM_Networks,_LLC Providing solutions for online digital rights management across multi-platform networks. Allows content owners to securely package digital files for distribution, by encrypting the content with a key.
    SAS-Jobs_com The employment web site for SAS Software Professionals. Free SAS job posting.
    Voyetra_Turtle_Beach,_Inc_ Offers many educational music software packages.
    Presenting_Mathematical_Expressions_on_Web_Pages In-depth resource on using HTML and CSS to present various types of equations.
    QI_in_Innsbruck Group lead by Hans J. Briegel at the Institute for Theoretical Physics, University of Innsbruck. Research work in quantum information theory and quantum entanglement.
    Attache_Software Offers an integrated accounting, payroll and business management package. Includes product brochures.
    RFC_2158 X.400 Image Body Parts. H. Alvestrand. January 1998.
    Opera\'s_search_ini_illustrated Explains what all the entries in Opera's search.ini mean and how to add custom search engines.
    Rails_on_Wave Focus: Ruby On Rails, Design, Simplicity, Web 2.0, Ajax and Mac
    Atlantis_Consulting Offers web design, development, marketing and hosting services.
    Progressive_Technologies Web site development and design, e-commerce sites, graphics design, and internet marketing and advertising services.
    Neu_Solutions Design, Flash, JSP, PHP, Perl, portals, database development, search engine submission, marketing, consulting, and hosting. Based in San Diego, California, United States.
This is websites2007.org cache of m/ as retrieved on 2008.09.07 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
The ISPF Editor - Commands and shortcuts

Some Commands and Shortcuts for the MVS ISPF Editor

This document lists some of the more common ISPF editting commands and the PF key shortcuts. There is also a brief overview of the editor and its "philosophy" ISPF Overview ISPF editor is a strange mix of in-place editting like emacs in overwrite mode and line oriented editors like vi. Strictly it is page oriented and within a page you can move the cursor, overtype existing text or type new text. There is a command field opposite each line into which you can type line commands to copy, delete or move lines. These take effect the next time you hit enter. There is also a command-line at the top of the screen similar to the ':' prompt in vi or the M-x prompt in emacs (or the DO key for all you VMS/TPU users...). Here you type commands like 'DOWN 200' to move 200 lines down the file. Finally there are the Function (PF) keys which can be tailored somewhat to your own requirements and allow you to split screen (actually giving a new TSO session!), page up/down etc. Note that the editor in Infoman is a subset of ISPF - only the most basic commands work in either the command line area or the command field. ISPF PF Keys PF1 Help screen PF2 Split screen at current cursor position - starts a new TSO/ISPF session. PF3 End - return to previous task saving edits PF4 Return - Don't know what this actually does! PF5 RFIND - Repeat last find command PF6 RChange - Repeat last change(replace) command PF7 Page up - behaviour depends on scroll settings PF8 Page Down - behaviour depends on scroll settings PF9 Swap - swap screens if split PF10 Left - Move screen window left PF11 Right - Move screen window right PF12 Retrieve - Command history ISPF Command line commands The most useful are: UP [n] - where n is the number of lines to move up. DOWN [n] - where n is the number of lines to move down. F[ind] :string: - Finds the string prepending the string with 'C' makes it case sensitive prepending the string with 'P' treats as a PICTURE string - like a  "regular expression" # = number @ = alpha $ = non alpha > = uppercase < = lowercase R[eplace] :string: - Replace the string. Other useful commands include: TE [n] - Text Entry - Gets rid of the left hand ' ' ' ' ' and line number columns giving a straight text entry screen. The argument limits the range to the next N lines. TF [n] - Text Flow - ie reformat the text to fill lines etc. The argument limits the range to the next N lines. X [n] - EXCLUDE - Hides next N lines (or using XX hides the defined block.) RESET - Restores hidden lines SORT <n> <m> - Sort based on columns N to M SORT <.L1> <.L2> - Sort between 2 labels - labels are values in the ..... region beginning with a '.' SEARCH - like find but the following have special meaning: SEARCH <string> PRE - find where word begins with <string> SEARCH <string> SUF - find where word ends with <string> SEARCH <string> WORD - find where <string> is a word COLS - display a ruler like display - useful when using SORT. ISPF In-Line Commands The In-Line commands come in 2 varieties. Single letter commands act on a single line. These include A, B, I etc. Range Commands consist of double letters marking the start and finish of a range. Thus CC will be entered at the start line and finish line of a region to be copied. An A will insert the copied block into the file starting on the line after the one with the 'A'. The most common Line Commands are listed below(* means a range can be specified): A - After - Pastes buffer text after marked line B - Before - Pastes buffer text Before marked line C* - Copy marked line/range D* - Delete marked line/range I - Insert - Open a new line for inserting text(no paste) M - Move - Moves marked line/range to an A or B position (There must be an A or B defined) R - Repeat - Copies the current line/range to immediately after itself (needed since you can't put a C and an A on the same line...) Note: You have to be careful when specifying multiple commands in the same screen that you don't try to copy a deleted line etc. The commands are performed in sequential order. You will get a reasonably helpful error message if you do get too clever for your own good! That should be enough to be going on with. There are lots more things you can do but you'll need to find and ask an ISPF expert for that - try somebody in ASG!...
 

A

summary

of

the

most

commonly-used

PF

keys

and

command-line

and

in-line

commands

within

the

ISPF

editor

by

author

Alan

Gauld.

http://www.freenetpages.co.uk/hp/alan.gauld/ispfed.htm

ISPF Editor: Some Commands and Shortcuts 2008 September

dvd rental

dvd


A summary of the most commonly-used PF keys and command-line and in-line commands within the ISPF editor by author Alan Gauld.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Loans - Loan - Mortgage Loans - Arab Girl - News
2008-09-07 05:04:11

Copyright 2005, 2006 by Webmaster
Websites is cool :) 11Pozycjonowanie Stron - Bingo - Online Bingo - Gad¿ety Reklamowe - Online Bingo