The following procedure assumes that you use an editor that can be called by an exec operating under ISPF. The EDIT TABLE command calls the Table Editor, and does not require a text editor.
To make an editor available for the EDIT command:
XYZEDIT USERA FILE A1
EDIT yyyy (EDITOR=xxxxxxxxx)
where yyyy is either PROC or QUERY. Only the current procedure or query can be edited. xxxxxxxxx is the name of the exec created to invoke the editor.
The file you can use can also be used for the ISPF/PDF editor.
Important: If you edit a procedure or query, and the resulting object is too large to fit in QMF's work area, QMF truncates the object and displays an error message. QMF saves the entire object in a file associated with the FILEDEF DSQEDIT. Remember that the edit transfer file described by the DSQEDI filedef cannot be associated to a disk that is used in the CMS shared file system. To bring the object into QMF, the user needs to issue a RESET DATA command.
[ Previous Page | Next Page | Contents | Index ]