Previous Topic

Next Topic

Book Contents

Book Index

Line Editing Commands

The following tables show the types of line editing commands that exist in the Edit environment.

Tab.JV.C.1 Delete Commands

Command

Description

DS

Delete a single line.

DL

Delete a logical line.

DD

Delete lines between two DD specifications.

D

Deletes a line. Control-M JCL Verify determines whether to delete a single or logical line based on the parameter on the line.

Tab.JV.C.2 Copy commands

Command

Description

CS

Copies a single line.

CL

Copies a logical line.

CC

Copies lines between two CC specifications.

C

Copies a line. Control-M JCL Verify determines whether to copy a single or logical line based on the parameter on the line.

Copy commands are used in conjunction with Location commands. The lines are placed at the position indicated by the A or B Location command (described in the "Location commands" table below).

Tab.JV.C.3 Move commands

Command

Description

MS

Move a single line.

ML

Moves a logical line.

MM

Moves lines between two MM specifications.

M

Moves a line. Control-M JCL Verify determines whether to move a single or logical line based on the parameter on the line.

Move commands are used in conjunction with Location commands. The lines are placed at the position indicated by the A or B Location command (described in the "Location commands" table below).

Tab.JV.C.4 Repeat commands

Command

Description

RS

Repeat a single line.

RL

Repeats a logical line.

RR

Repeats lines between two RR specifications.

R

Repeats a line. Control-M JCL Verify determines whether to repeat a single or logical line based on the parameter on the line.

The repeated lines is placed immediately after the lines that has been repeated.

Tab.JV.C.5 Insert commands

Command

Description

I (Insert)

Insert a new logical line or block after the logical line or block marked with an I.

Tab.JV.C.6 Location commands

Command

Description

Location commands indicate the position where lines should be placed.

A (After)

Indicates that lines should be placed after the line marked with an A.

B (Before)

Indicates that lines should be placed before the line marked with a B.

The A and B Location commands are used together with Copy (C, CS, CL, CC), and Move (M, MS, ML, MM) commands.

Parent Topic

Editing Rule Definitions in the IOA Edit Environment