The SEND format depends on screen.
In ISPF screen 6, the format is:
send ' text enclosed between
single quote symbols ' u(userid) Logon
In any other ISPF screen, the COMMAND
LINE may be used with:
tso send 'text within single
quotes' u(userid) L
1 Logon to the IBM system.
2 Change your password. (do not forget
the password you select).
3 Send a message using TSO to JPETLIC
4 Use TSO screen 3.3 to copy from CCPR00.CSC.CNTL
to your CCP_##.CSC.CNTL
GARBAGE,
IEBGENER,
BACKUP,
COBOL,
CNTL
5 Rename GARBAGE to PRACTICE.
6 Edit PRACTICE according to the rules on the
following page.
7 Edit BACKUP, COBOL and CNTL by changing all
occurrences
of STUDENT to your CCP_##.
8 Create a new physical sequential data set
called CCPXnn.CSC.PRINTOUT
Refer to page 86 in your JCL Supplement
for brief instructions.
9 EDIT MEMBER (PRACTICE) USING ISPF/PDF EDITORS
OVERVIEW: This part of the assignment
will give you
experience with the ISPF/PDF editor.
The editor is
what you will use to create and
modify your COBOL
programs and JCL assignments.
It can cause you much
frustration if you are not familiar
with the commands
while you are trying to do your
assignments.
1) At the command line type RECOVERY
ON and press enter to
activate the edit
recovery function.
2) Correct all typos in the letter.
Practice using the ARROW,
TAB, and LINE FEED
keys to move around in the text. Use the
INSERT and DELETE
keys to add or take out incorrect characters.
3) Use the MOVE line commands to
arrange the lines in the letter
so that it reads correctly.
(the lines are numbered to help you)
4) Use the DELETE line commands
to delete the line that begins
with three asterisks.
5) Use the SAVE primary command
to save your changes without
leaving edit.
6) Use the REPEAT BLOCK line command
to repeat the entire
letter 2 more times
(the letter starts with the greeting
and ends with the
salutation).
7) Use the CHANGE primary command
to change all occurrences
of XXXXXX to your
first and last name.
8) Use the INSERT line command to
insert a new line into the
second copy of the
letter. Type in anything you want, but
begin the line with
three question marks in column 1.
9) Use the SHIFT LINE RIGHT line
command to shift your new line
to the right 15 spaces.
10) Use the CHANGE command to change "Instructor
Name" to the
name of your JCL instructor.
11) Use the COPY primary command from
within edit to copy in
the member QUIZ from
CCPR00.CSC.CNTL to the very top of
your edited dataset..
12) Answer all the questions from QUIZ.
13) Save your changes. End your editing session. Logoff.
NOTE: YOU WILL LEARN HOW TO PRINT THIS ASSIGNMENT
DURING WEEK 2.