------------------------------------------- Errors in "System 390 JCL - Fourth Edition" ------------------------------------------- -IAN! idallen@ncf.ca p.xiii - SYSOUT is also documented on p.175 as well as p.157 p.2 - insert one blank in front of REPRO in JCL at top of page p.42 - missing /* at end of instream data at top of page p.44 - missing "source library" available to some Compilers (e.g. COBOL) p.48 - change 1025K to 1024K in top third of page p.48,49,50,52 - add missing closing parenthesis on SPACE=(0,(1000,500)) all through chapter p.51 - missing SYSLIB system library DDname used by Linkage editor (your COBOL program will not run unless linked with a library!) p.57 - column alignment in continued JCL at very bottom of page is wrong (should be taken into column 71 and indented to column 16!) p.76,77,78 - missing /* at end of each program code instream data read by SYSIN p.91 - typo in COND.GO=(4,LT) in top third of page; should be (8,LT) p.105,106 - table 7.1 does *not* show the maximum number of volumes p.123 - typo in //DATA2 DD DSN=*.STEP.DATA1,... (should be STEP1)