Delete Text
Question: I want to delete the text from 50th column to 60th column for the entire file thru ISPF command.
Gautam
Answer" The following command will change the content of those columns into blanks:
c all 50 60 p'¬' ' '
Related Articles
- What is a Mainframe
- Making Multiple Copies
- The ISPF Panel Attribute Fields
- Creating a Job from a Program
- Steplib, Joblib, Jcllib, and Proclib
Copyright © Felgall Pty Ltd



