============================= MVS Statements and Parameters ============================= -IAN! idallen@ncf.ca This tells you what JCL items we are covering each week. Spring 2002: Two weeks will be delivered via online notes only (no formal lectures) due to Section 040 having no lecture classes those weeks. See the online news group announcements for office hours during those two weeks. ---------- MVS Week 1 (Week 11) ---------- //jobname JOB acct,name,... CLASS= //stepname EXEC ... PGM=program PROC=procedure //ddname DD ... * DSN= DISP=(,,) SYSOUT= Utiltities: intro to IDCAMS (REPRO only) In Class: MVS Intro, Example 1 Assign: Homework 1 ---------- MVS Week 2 (Week 12) - NOTE: Online work only due to Friday Holiday ---------- Everything above, plus these additional parameters: //jobname JOB acct,name,... MSGCLASS= MSGLEVEL= PRTY= TYPRUN= //ddname DD ... DCB=(DSORG=,LRECL=,BLKSIZE=,RECFM=) LABEL=(,AL) UNIT= VOL=SER= Utiltities: more detail on IDCAMS (REPRO only) Online: Homework 1, Example 2 Assign: Homework 2 ---------- MVS Week 3 (Week 13) - NOTE: MVS Midterm test is moved to Week 14 ---------- Everything above, plus these additional parameters: //ddname DD ... SYSOUT=(class,,form) [using special forms] BURST= COPIES= FLASH= HOLD= OUTLIM= SPACE=(,(,)) [plus some material from Week 14, to make room for Midterm Test] New item: modifying SYSLIB In Class: Homework 2, Example 3 Assign: Homework 3 ---------- MVS Week 4 (Week 14) - *** MVS Midterm [45 minutes] 10% *** ---------- Everything above, plus these additional parameters: //stepname EXEC ... COND= PARM= TIME= REGION= [some of these will be covered in Week 13 instead] New item: specifying JOBLIB and STEPLIB In Class: Homework 3, Example 4 Assign: Homework 4 The Midterm test is in the last hour of your lab period this week. ---------- MVS Week 5 (Week 15) - NOTE: Online work only due to Friday Exam Week ---------- Online: Homework 4, Review ---------- Final Exam during exam period (see Exam Schedule). ----------