CSCI 465
Extra Credit Assignment 1
(10 points extra credit)
This is an extra-credit practice assignment. Its purpose is to
provide practice in using the mainframe system at Marist College.
Below you will find the text of a short job. It uses the IEBPTPCH
utility to print one line saying:
"----> This is a practice job. <----"
What you need to do
- Log on to the Marist system using QWS3270 using your new logon
ID and the default password (which is your logon ID).
- Change your password.
- Exit from the Marist system.
- Create for yourself a directory called "mar_ftp". You may put it
on your network drive (H:) or on a USB drive (or somewhere else).
- Download a copy of the mar_ftp program from the Department of
Computer Science web site. Put in your mar_ftp directory. You
should also download (and read) the instructions for using
mar_ftp.
- Copy the code listed below into a file named "EXTRA1.JCL" or
something like that. Use a text editor to insert your own
logon ID in the space marked "KC0nnnn" and to put your own
name in the space marked "Your name". Put the file in your
mar_ftp directory.
- Use mar_ftp to do the following:
- Submit the job.
- List the jobs on the job queue. Your job will have a
job number of the form JOB0nnnn.
- Fetch the output of the job.
- Use a text editor or word processor to print the JOB0nnnn.txt
file. Print it in landscape format using a monospaced font such
as Courier New.
- Turn in the printed output.
Here is the code to use
//KC0nnnnA JOB ,'Your name',MSGCLASS=U
//*
//STEP1 EXEC PGM=IEBPTPCH
//SYSUT1 DD *
----> This is a practice job. <----
/*
//SYSUT2 DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
PRINT TYPORG=PS,MAXFLDS=1
RECORD FIELD=(80)
/*
//
You may find it useful to look at the web page "Using the Marist System",
which you can find here.