Using the JED Editor
In Temenos T24 core banking, using JED Editor is such a common things to edit any text file, it also has powerful capability to manipulate database (hardly edit value in database).JED is a robust, terminal independent screen editing tool. It is a page editor.
There are two types of editor commands in JED, one on the command line, and one on the text line. <ESC> toggles between the command line and the text line.
Some commands, which are entered on the command line, refer to the “current” line; this is the line on which the cursor was positioned before <ESC> was pressed to position the cursor on the command line.
COMMAND
LINE
|
|
<ESC>
|
To go
to text line
|
EX or
EXIT or
Ctrl X
|
Exit
without saving
|
EXK
|
Exit
from a group of records (e.g. an active select list)
|
FI
|
Save
and exit
|
FS
|
Save
|
!command
|
Executes
jBASE command within editor
|
BI
|
Format
BASIC code (note that this cannot be done from outside of the editor
|
Nn
|
Goes
to line nn
|
1
|
Goes
to top of program (line 1)
|
9999
|
Goes
to end of program (line 9999)
|
DE
|
Deletes
current line
|
DE5
|
Deletes
next 5 lines
|
R/old/new
|
Changes
first occurrence of “old” to “new” on current line
|
R/old/new/3
|
Changes
first 3 occurrences of “old” to “new” on current line
|
RU/old/new
|
Changes
all occurrences of “old” to “new” on current line
|
R3/old/new
|
Changes
first occurrence “old” to “new” on next 3 lines
|
RU3/old/new
|
Changes
all occurrences of “old” to “new” on next 3 lines
|
L
chars
|
Locate
chars
|
Ln
chars
|
Restricts
the locate to the next n lines
|
Cntrl
n
|
Repeats
the locate
|
TEXT
LINE
|
|
<ESC>
|
To go
to the command line
|
Arrow
keys and page up/down
|
Can be
used to move around within the text
|
Ctrl A
|
Move
to start of current line
|
Ctrl E
|
Move
to end of current line
|
Ctrl W
|
Delete
word
|
Ctrl K
|
Deletes
to the end of line or join.
|
Ctrl D
|
Delete
current line
|
Ctrl L
|
Insert
line below current line
|
Ctrl N
|
Locate
next occurrence
|
Ctrl O
|
Toggles
between Insert and Overwrite modes
|
Ctrl R
|
Redisplay
screen
|
Ctrl T
|
Copy
the character from the corresponding cursor position on the line above
|
Ctrl V
|
Indent
for BASIC
|
<ENTER>
|
New
line / breaks current line
|
DEFINING
AND USING BLOCKS
|
||
On
text line
|
||
Ctrl G
|
Position
on text line and use Ctrl G for start of block, end of block, or to remove
block
|
|
On command line
|
||
CA
|
Copies
block after current line
|
|
CB
|
Copies
block before current line
|
|
MA
|
Moves
block after current line
|
|
MB
|
Move
block before current line
|
|
DB
|
Deletes
block
|
|
CA<n>
|
Copy
marked block after current line <n> times
|
|
CB<n>
|
Copy
marked block before current line <n> times
|
|
MA<n>
|
Move
marked block after current line <n> times
|
|
MB<n>
|
Move
marked block before current line <n> times
|
|
Description: Using JED Editor in Temenos T24 Rating: 4.9 Reviewer: Jack Panther - ItemReviewed: Using JED Editor in Temenos T24