IBM SC34-5764-01 Server User Manual


 
 RIght
1
number

RIGHT scrolls right in the file.
Operands
number
specifies the number of characters to scroll. If you do not specify number, the screen scrolls to the
right one character in the file. If you specify 0 for number, the file scrolls to the far right.
Return Codes
0 Normal return
202 Invalid operand
Example
'RIGHT 20'
This example scrolls 20 characters to the right in the file.
Note
If the value you specified causes a target outside of the record, scrolling stops at the right side of the
record.
SAVE
 Save
(1)
fileid

Notes:
1Iffileid is not specified, the file is saved as the default file ID.
SAVE saves a file to an RFS file or VSE Librarian sublibrary member.
Operands
fileid
specifies the file ID of the file. If you do not specify fileid, the file is saved as the default file ID.
Return Codes
0 Normal return
202 Invalid operand
207 Insufficient space in file pool
210 Request failed
Example
'SAVE SYSTEM:\USERS\USER1\TEST.EXEC'
This example saves the current file to the RFS and names it, SYSTEM:\USERS\USER1\TEST.EXEC.
SORT
Text Editor
252
CICS TS for VSE/ESA: REXX Guide