Hi everybody,
If you are familiar with ISPF mainframe editing, I like to give anyone my ISPF mainframe quick-ref for ISPF editing.
The line commands are similar on the PC. One of the advantages of the PC mainframe-look-alike version - for example - is that the command-line is much longer and that you don't need tricks to enable a change with long values.
Perhaps you like to share your own tricks.
I like to give you one in advance:
&F 'EXEC SQL';:.F;F 'END-EXEC';:.L;RESET .F .L;
You start with
X ALL
and optional
HIDE X
After that, you use the line
&F 'EXEC SQL';:.F;F 'END-EXEC';:.L;RESET .F .L;
and you enter until all exec has become visible.
The & makes that the command stays on the commandline, if your version works as it should.
If not, also a retrieve statement at the end can help you.
Have fun! I hope to see your smart input or request for the quick reference.
Thanks!
PS Tim R. Tetiva died because of Corona. He developed SPF365. You can download it now for free. It is most of the time more powerful than the mainframe editor. For example, it clips rectangular pieces of text and you can paste the block the same way. Just one example of something that works very nice. Also P'<Alt 170>' works with P'^' instead and more. If you want to do some heavy editing, I like to help.
RIP Tim! You were the best!
If you are familiar with ISPF mainframe editing, I like to give anyone my ISPF mainframe quick-ref for ISPF editing.
The line commands are similar on the PC. One of the advantages of the PC mainframe-look-alike version - for example - is that the command-line is much longer and that you don't need tricks to enable a change with long values.
Perhaps you like to share your own tricks.
I like to give you one in advance:
&F 'EXEC SQL';:.F;F 'END-EXEC';:.L;RESET .F .L;
You start with
X ALL
and optional
HIDE X
After that, you use the line
&F 'EXEC SQL';:.F;F 'END-EXEC';:.L;RESET .F .L;
and you enter until all exec has become visible.
The & makes that the command stays on the commandline, if your version works as it should.
If not, also a retrieve statement at the end can help you.
Have fun! I hope to see your smart input or request for the quick reference.
Thanks!
PS Tim R. Tetiva died because of Corona. He developed SPF365. You can download it now for free. It is most of the time more powerful than the mainframe editor. For example, it clips rectangular pieces of text and you can paste the block the same way. Just one example of something that works very nice. Also P'<Alt 170>' works with P'^' instead and more. If you want to do some heavy editing, I like to help.
RIP Tim! You were the best!