AS/400 Page: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Line 7: Line 7:
! Function Description
! Function Description
|-
|-
|Orange
|Duplicate
|10
|Ctrl+D Press CTRL and D together.
|7.00
|This combination enters the Duplicate control code in the screen buffer and a TAB is performed on the screen.
|-
|Field Mark
|Ctrl+K Press CTRL and K together.
|This combination enters the Field Mark control code in the screen buffer and displays it as a blank on the screen.
|-
|Redisplay
|Ctrl+V Press CTRL and V together.
|This combination redisplays the contents of the screen buffer on your screen.
|-
|Erase Input
|Ctrl+Y Press CTRL and Y together.
|This combination erases all characters in the unprotected fields on the screen and replaces them with blanks. The cursor is placed at the first unprotected character position on the screen.
|-
|Erase EOF
|Ctrl+X Press CTRL and X together.
|This combination erases all characters in an unprotected field from the cursor position to the end of the field and replaces them with blanks. If the cursor is on a protected field, the screen is inhibited and no characters are erased.
|Delete One Character
|Del
|The DEL deletes the character at the cursor position, if the field is unprotected. The cursor does not move. All characters in the unprotected field to the right of the cursor are shifted one position to the left and blank characters are added at the end of the field.
|}
|}

Revision as of 04:49, 1 November 2021

Introduction

Unbelievable but this page is for AS/400

Emulation Telnet Keys

Input Keys Function Function Description
Duplicate Ctrl+D Press CTRL and D together. This combination enters the Duplicate control code in the screen buffer and a TAB is performed on the screen.
Field Mark Ctrl+K Press CTRL and K together. This combination enters the Field Mark control code in the screen buffer and displays it as a blank on the screen.
Redisplay Ctrl+V Press CTRL and V together. This combination redisplays the contents of the screen buffer on your screen.
Erase Input Ctrl+Y Press CTRL and Y together. This combination erases all characters in the unprotected fields on the screen and replaces them with blanks. The cursor is placed at the first unprotected character position on the screen.
Erase EOF Ctrl+X Press CTRL and X together. This combination erases all characters in an unprotected field from the cursor position to the end of the field and replaces them with blanks. If the cursor is on a protected field, the screen is inhibited and no characters are erased. Delete One Character Del The DEL deletes the character at the cursor position, if the field is unprotected. The cursor does not move. All characters in the unprotected field to the right of the cursor are shifted one position to the left and blank characters are added at the end of the field.