• Aucun résultat trouvé

IBM System/360 Operating System:

N/A
N/A
Protected

Academic year: 2022

Partager "IBM System/360 Operating System: "

Copied!
415
0
0

Texte intégral

(1)

_.'

Systems Reference Library

IBM System/360 Operating System:

Job Control Language User's Guide

The job control language (JCL) is used with all System/360 Operating System control programs.

Every job submitted for execution by the operating system must include JCL statements. These

statements contain information required by the operating system to initiate and control the processing of jobs.

This publication contains tutorial information on JCL for programmers. Special emphasis is placed on nhow ton perform specific functions using a subset of the JCL statements rather than on describing the full facilities o:E each

statement. This publication has four parts:

• Part I: Introduction to the job control language describes how to use each JCL statement.

• Part II: JCL for compilers, linkage editor, and loader -- contains a summary of the JCL statements used by those programs and examples of their use.

• Part III: Cataloged and in-stream procedures -- describes how to use and write cataloged and in-stream procedures.

• Part IV: Lxamples of cataloged procedures for compilations, link edits, and executions -- contains IBM supplied cataloge~ procedures for those functions and examples of their use.

After becoming familiar with the information presented in this manual, you may use IBM

System/360 Operating System: Job Control Lansuag_~

Reference, GC28-6704 for review and reference.

File No. S360-36

GC28-6703-0

OS

(2)

First Edition (June, 1970)

This edition applies to release 19, of IBM System/360 Operat- ing System, and to all subsequent releases until otherwise indicated in new editions or Technical Newsletters. Changes are continually made to the information herein; before using this publication in connection with the operation of IBM systems, consult the latest IBM System/360 SRL Newsletter, Order No. GN20-0360, for the editions that are applicable and current.

Requests for copies of IBM publications should be made to your IBM representative or to the IBM branch office serving your locality.

A form for readers' corrunents is provided at the back of this publication. If the form has been removed, corrunents may be addressed to IBM Corporation, Prograrruning Systems Publica- tions, Department 058, PO Box 390, Poughkeepsie, N. Y. 12602

(3)

This publication describes the facilities of the job control language (JCL) to new programmers or to programmers who are not familiar with the IBM Systern/360 Ope:r'ating System. It is assumed that the reader is familiar with the concepts and terminology introduced in the prerequisite publications listed below and that he can write programs using the assembler or a higher-level

language such as ALGOL, COBOL, American National Standard COBOL (formerly USAS COBOL), FORTRAN or PL/I. These languages are used throughout this publication to illustrate the use of JCL in various

applications. If you use another language, you can still use this publication to learn JCL and refer to the publications

associated with your language for specific examples.

There are only two language-dependent parameters in JCL statements: the PARM parameter of the EXEC statement and the DCB parameter of the DD statement. The

appropriate values for those two parameters are summarized in this publication for the users of the assembler, ALGOL, COBOL E and F, American National Standard COBOL,

FORTRAN E, G, and H, and PL/I F; however, you should check the related Programmer's Guides for up-to-date information. If you use another language, you must find the values for those parameters in the

publications associated with your language.

Preface

PREREQUISITE PUBLICATIONS

IBM System/360 Operating System:

Introduction, GC28-6534

Concepts and Facilities, GC28-6535

ASSOCIATED PUBLICATIONS

IBM System/360 Operating System:

ALGOL Programmer's Guide, GC33-4000 American National Standard COBOL Programmer's Guide, GC28-6399 Assembler (E) Programmer's Guide, GC28-6595

Assembler (F) Programmer's Guide, GC26-3756

COBOL (E) Programmer's Guide, CG24-5029 COBOL (F) Proarammer's Guide, CG28-6380 FORTRAN IV (E) Programmer's Guide, GC28-6603

FORTRAN IV (G and H) Programmer's Guide, GC28-6817

Linkage Editor and Loader, GC28-6538 PL/I (F) Programmer's Guide, GC28-6594

(4)
(5)

O~iiIi'"

...

Introduction ..

Part I: Introduction to the Job Control Language

---~

..

Coding Conventions

~

The JOB Statement ....

The EXEC Statement - - - -...

~

The DD Statement

Naming the DD Statement Creating a New Data Set:

Retreiving an Existing Data Set

The Delimiter Statement The Null Sta temen t

The Comment Statement The PROC Statement

The PEND Statement The Command Statement

Extending an Existing Data Set Special DD Statements

Postponing Definition of a Data Set

Part II: JCL for Compilers, Linkage Editor and Loader

Part III: Cataloged and In-stream Procedures Part IV: Examples of Cataloged Procedures for

Compilations, Link Edits, and Executions Appendixes

Glossary Index

~

~

~

~

....

....

~

..

..

~

..

.. - - -

.-

_11 11 ••

--

.. -

(6)
(7)

SUMMARY OF MAJOR CHANGES - RELEASE 19 11 INTRODUCTION • ..

PART I: INTRODUCTION TO THE JOB CONTROL LANGUAGE .. ..

What is a Job? .. .. ..

Processing Your Job

.. 13

15 .. 16 .. .. 17 Job Control Language statements

Summary of the JCL Statements The Input Stream ..

.. .. .. .. 19 .. 19 20

CODING CONVENTIONS .. .. 23

Fields in the JCL Statements .. .. .. .. 23 Parameters in the Operand Field 24 Spacing JCL Statement Fields .. .. .. .. 25 Continuing JCL Statements .. .. .. .. 25 Coding Special Characters .. .. .. 26

Backward References 27

Notation for Defining JCL Statement Parameters ..

Coding Form

.. .. .. 28 .. .. .. .. 29 THE JOB STATEMENT .. .. .. .. .. .. .. .. 31 Naming t.he Job .. .. .. .. .. .. .. .. .. .. 31 Installation Management Information .. • 32 Accounting Information Parameter • 32 Programmer's Name Parameter . . . . 33 Operating System Messages . . . 34 MSGLEVEL Parameter • .. • .. .. • • .. • • 34 MSGCLASS Parameter (Systems With MFT or MVT Only) .. .. • .. • • .. • . . . . 35 Processing options • • • • .. • . . . .. 36 COND Parameter • .. .. • • • e 36 TYPRUN Parameter (Systems With M:E'T

or MVT Only) .. .. .. • .. .. .. • .. • .. • .. 38 TIME Parameter (Systems With MFT or

MVT Only) . . . .. 38 Queuing Options (Systems With MFT or

MV"T Onl y ) . . . 3 9 CLASS Parameter (Systems With MFT or MVT Only) .. • • • • • • .. 40 PRTY Parameter (Systems With MFT or

MVT Only) . . . .. .. 40 Main storage Options (systems With MVT Only) . . . .. • 41

REGION Parameter (Systems with MVT Only) . . . .

ROLL Parameter (Systems With MVT Only) . . . ..

Chp.ckpoint/Restart .. ..

.. .. 42

.. .. • 43 .. • 44 RD Parameter • .. •

RESTART Parameter

• • • .. • • • • 44 .. 46 TEE EXEC STATEMENT .. .. .. • .. .. • .. .. 49 Naming the Step • • • • 51 Processinq Program Information • .. .. .. .. 51 PGM Parameter .. .. • • .. .. .. 52 PRoe or Procedure Name Parameter .. .. .. 54 PAru1 Parameter .. .. .. • • .. .. • .. .. .. .. 55 Installation t/.anaqement Information 57 ACCT Parameter .. • • .. .. .. • .. • • 57

Contents

Processing Options • • • • .. ..

COND Parameter • .. • • .. .. ..

TIME Parameter (Systems with MFT or 58 .. 58

~1VT Only) . . . .. 64 Queuing Option (Systems with MVT Only) • 65

DPRTY Parameter (Systems with MVT

Only) • .. • .. .. .. .. .. .. .. .. • 65 Main Storage Options (systeros With MVT Only) . . . .. • 66

REGION Parameter (Systems With MVT

Only) . . . .. 67 ROLL Parameter (Systems With MVT

Only) . . . .. .. . . . 69 Checkpoint/Restart .. .. .. .. .. 70

RD Parameter • .. • 71

THE DO STATEMENT .. • .. .. • .. • 73 Naming the DO Statement .. .. 79 Creating a New Data Set .. • 81 Uni t Record Devices .. .. • .. • • .. 81 Location of the Data Set • 81 Data Attributes .. .. .. • .. .. 82 Special processing Options .. • 86

System output Devices • 89

Location of the Data Set .. • 90 Size of the Data Set . . . 91 Data Attributes ... 92 Special Processing Option 92 Magnetic Tape .. .. .. .. .. .. • 93 Data Set Information . . . 93 Location of the Data Set • • 98 Data Attributes .. • .. .109 special Processing Options . . . 112 Direct Access Devices . . . 115 Data Set Information . . . 116 Location of the Data Set .121 Size of the Data Set ... 135 Data Attributes . . . 147 Special Processing Options . . . . 153 Ret;rieving an Existing Data Set .157 Unit Record Devices • • • • • • • 157 Location of the Data Set • .157 Data Attributes . . . 158 Special Processing Option • • 162 Input Stream • • • • • • • .163 Location of the Data Set • • • • • • 164

Data Attributes .167

Passed Data Set • • 167

Data Set Information .. • • • • .168 Location of the Data Set.. • .. .171 Data Attributes . . . 173 Special Processing Option ... 174 cataloged Data Set • • • • • 175 Data Set Information . . . 175 Location of the Data Set . . . 177

Data Attributes • • • 180

Special Processing Options • . 185 Kept Data Set • . .. • • . . . 187 Data Set Information . . . 187 Location of the Data Set • • • .188

Data Attributes • • • 193

Special Processing Options • . 193

Contents '7

(8)

Extending an Existing Data set • • .197

passed Data set .197

Data Set Information. .198

Location of the Data Set. .201 Size of the Data Set • • • • • . 203

Data Attributes • • • 204

Special Processing option . • • . • 206 cataloged Data Set. • • • • • • 207 Data Set Information . • . • 207 Location of the Data Set • • • • • • 208 Size of the Data Set • • • • • 212

Data Attributes .213

Special Processing Options. .213 Kept Data set • • • • • • 215 Data Set Information • • • • • 216 Location of the Data Set. • .217

Size of the Data Set .222

Data Attributes • • 223

special Processing Options. .223 special DD statements • • • • . • .227 Private J .. ibraries • • • . .227

JOBLIB DD Statement .227

STEPLIB DD statement. • • • • . 230 Data Sets for Abnormal Termination

Dumps • • . .. • • • •

Checkpoint Data Set • • • • • The Checkpoint Data Set is

• .233 .235 cataloged ~ • • • • • • • • • • • • 235 The Checkpoint Data Set is Kept • . 236 Postponing Definition of a Data Set • • 237 THE DELIMITER STATEMENT

THE NULL STATEMENT • • • THE COMMENT STATEMENT

THE PROC STATEMENT • • • • • • ~ Naming the PROC statement

Symbolic Parameters THE PEND STATEMENT •

.240 .241

• • • • 242

• .243 .243

• • • 243 . • • .245 THE COMMAND STATEMENT

PCP • • • • • .246

• • • • • 246

MFT • • • • • .247

MVT • .248

R.~T II: JCL FOR CQMPlb~R~J_LI~KAGE

EDITORS AND LOADER. • .249

ALGOL .250

Assembler E ,. • • ..252

Assembler F • • • • • • • • .254

COBOL E • • • • • .256

COBOL F • • • • .258

American National. Standard COBOL • .261

FORTRAN E • • • • .264

FORTRAN G • • • • • • • .267 FORTRAN H • • • • • • • • • • .269

PL/I F • • • • • .272

Linkage Editor. • • .275

Loader. • • • • • • • .279

Examples. • • • • .282

!?_~ ._J.!.~_._~AT J\!..QQED __ bNILJ;~-=J?YR~

GG9CEQURES • • • • • • • • • • • • • • • 293

USING CATALOGED AND IN-STREAM

PROCEDURES . • . • . • • • • • . .294 How to Call a cataloqed Procedure • . • 294 How to Call an In-stream Procedure • • .294 Assigning Values To Symbolic Paramete:rs 295 Nullifying a Symbolic Parameter .296 Examples of Assigning Values to

Symbolic Parameters • • • • • • • • . .297 Overriding, Adding, and Nullifying

Parameters on an EXEC statement . • 298 Overriding EXEC statement Parameters .298 Adding EXEC Statement Parameters • . . • 299 Nullifying EXEC statement Parameters .300 Examples of Overriding, Adding, and

Nullifying Parameters on an EXEC

Statement • • • • • • • • • • • • • • • 300 Overriding, Adding, and Nullifying

Parameters on a DD Statement • • • Overriding DD Statement Parameters "

Adding DD Statement Parameters • • • Nullifying DD statement Parameters "

.301 .302 .303 .304 Examples of Overriding, Adding, and

Nullifying Parameters on a DD Statement 305 Overriding DO Statements That Defim~

Concatenated Data Sets • • • • • • " .306 Adding DD Statements to a Procedure ".307 Examples of Adding DD Statements to a

Procedure • • • • • • • • . • • • .308 WRITING PROCEDURES: CA'rALOGED AND

IN-STREAM • • • • • • • • • • Why Catalog JCL statements • • • ,.

Why Use In-Stream Procedures • ,. •

. . . . 310 .310 .310 The Contents of cataloged and

In-Stream Procedures • • • • Using Symbolic Parameters in a Procedure • • • • • • • • • • Adding and Modifying Cataloged Procedures • • • • • • • • •

.310 . . . 311 .. .314 PART IV: EXAMPLE~ OF CATALOGED

R..~OCEDURE~. FOR COMPILATIONS, LINK EDI~~~

AND EXECUTIONS. • • • • .315

ALGOL .316

Assembler E • • • • .318

Assembler F COBOL E COBOL F

.320 .322 American National Standard COBOL •

.323 .324 .326 FORTRAN E • • • • ,. •

FORTRAN G • • • •

FORTRAN H • • • • • • • ,.

PL/I F • • • • • Examples •

. .328

• • • • 330

• • • 332 .334 APPENDIX A: INDEXED SEQUENTIAL DATA

SETS. • • • ,. • ,. • • • • ,. .337 Creating an Indexed Sequential Data SE!t 337 Data Set Information • • 340

DSNAME Parameter • .340

DISP Parameter • • .341

Location of the Data Set • .341 UNIT Parameter • • • .341

VOLUME Parameter. • .342

LABEL Parameter • • ,. ,. .343

Size of the Data set .343

(9)

SPACE parameter-The system Assigns Tracks. • • • • • • • • • • .343 SPACE parameter-Requesting

Specific Tracks • • • • 344 Data Attributes • • • • • • • • .344 Retrieving or Extending an Indexed

Sequential Data Set .. • .346 Data Set Information • .. • .347

DSN~E Parameter. • • • • • .347 DISP Parameter. • • • • • • 347 Location of the Data Set • • 348 UNIT Parameter • • • '. • .348 VOLUME Parameter • • • ., • .349

Data Attributes • • 349

Overwriting an Indexed sequential Data Set • • • • • • • • • • 351

Data Set Information • • • • • e • • • 351 DSNAME Parameter • • • ., • .351 DISP Parameter. • • • • • 351 Location of the Data Set. • • .351

Illustrations

Figures

Figure 1. Your Program

· · · ·

.•

· ·

18

Figure 2. Defining Job Boundaries 20 Figure 3. Defining Job Step

".~ Boundaries Figure 4. JCL Statement Fields

· · · · · · · · · · · ·

22 23 Figure 5. continuing JCL Statements

·

26

Figure 6. JCL coding Form

· · · · · ·

29

Figure 7. Using the EXEC statement

·

50

Figure 8. Modifying a Cataloged

Procedure

· · · · · · · ·

50

Figure 9. Using the COND Parameter

·

61

Figure 10. using the COND Parameter

with ABEND

· · · · · · · · · · · · · ·

63

Figure 11. ALGOFC (Compile)

· ·

.316

Figure 12. ALGOFCL (Compile-Link

Bdit)

· · · · · · · · · · · · · ·

.316

Figure 13. ALGOFCLG (Compile-Link

Edit-Go)

· · · · · · · · · · · ·

.317

Figure 14. ALGOFCG (Compile-Load)

·

.317

Figure 15. ASI\I:t;C (Compile) .318 Figure 16. ASfomCL (Compile-Link Edit) 318 Figure 17. ASI"lECLG <Compile-Link

Edit-Go)

· · · · · · · · · · · ·

.319

Figure 18. ASl"lECG <Compile-Load) • 319 Figure 19. ASMFC <compile) .320 Figure 20. ASMFCL (Compile-Link Bdit) 320 Figure 21. ASl"lFCLG (Compile-Link

Edit-Go)

· · · · · · · · · · · · · ·

• 321

Figure 22. ASNFCG (Compile-Load) .321 Figure 23. COBEC (Compile) .322 Figure 24. COBELG (Link Edit-Go)

· ·

.322

Figure 25. COBCLG (Compile-Link

Edit-Go) Figure 26.

·

COBFC (Compile)

· · · · · · · · · · · · ·

.322 .323

Figure 27. COBFLG (Link Edit-Go) .323

...

UNIT Parameter • VOLUME Parameter

• • • • • .351 LABEL Parameter • • • • •

size of the Data Set • • • • • • Data Attributes • • • • Examples • • • • • • • • •

APPENDIX B: GLOSSARY OF DCB

• • .352

• • .352

• • .352

• • .352

• .353

SUBPARAMETERS • • • • • • • • • • . 357 APPENDIX C: USING THE RESTART

FACILITIES •

Restarts • • • • • • Examples of Using the Restart Facilities • • • • • • • • • • • • APPENDIX D: SUMMARY OF THE DD

STATEM~NT

GLOSSARY • • • • • • • •

Figure 28. COBFCLG (Compile-Link

• • .365

• • .365

• • .368

• .371

• • .388

• • .396

Edit-Go) • • • • • • • • • • • • • • . 323 Figure 29. COBUC (Compile) .324 Figure 30. COBULG (Link Edit-Go) • • . 324 Figure 31. COBUCLG <Compile-Link

Edit-GO) • • • • • • • • • • • • • • • 324 Figure 32. COBUCG <compile-Load) .325 Figure 33. FORTEC (Compile) • . 326 Figure 34. FORTLCL (Compile-Link

Edit) • • • • • • • • • • • • • • • 326 Figure 35. FORTBLG (Link Bdit-Go) • • 326 Figure 36. FOkTECLG (Compile-Link

Edit-Go) • . . • • • • • • • . • . • . 327 Figure 37. FORTGC (Compile) • • . 328 Figure 38. FOR'l'GCL (Compile-Link

Edit) • • . • • • • • • • . • .328 Figure 39. FORTGLG (Link Edit-Go) • . 328 Figure 40. FO~TGCLG (Compile-Link

Edit-Go) • • • • • • • • . • • • . • . 329 Figure 41. FO!<THC (Compile) • • .330 Figure 42. F'ORTHCL (Compile-Link

Edit) . . . • • • • • . • • • .330 Figure 43. FO.KTi:iLG (Link Edit-Go) • . 330 Figure 44. FORTl:iCLG (Compile-Link

Edit-Go) • • • . • . • • • . • . • • • • 331 Fiqure 45. PL1l.JFC (Compile With Deck

Output) • • • . • • • • • • • • • • • . 332 Figure 46. FL1LFC (Compile With

Ob;ect Module output • • • • . • • • . 332 Figure 47. PL1LFCL (Compile-Link

Edit) • • . • • • • • • • • • . • • 332 Figure 48. PL1LFLG (Link Edit-Go) • • 333 Figure 49. PL1LFCLG (Compile-Link

Edit-Go) • . • • • • • • • • • • • • . 333 Figure 50. PL1LFCG (Compile-Load) • . 333 Fiqure 51. PL1LFG (Load) • • • • . • . 334

Contents/Illustrations 9

(10)

Tables

Table 1. Processing Programs

· · ·

16

Table Table Table Table 2. 3. 4. 5. Character Sets JOB statement Parameters EXEC Statement parameters DD statement Parameters

· . · · · · · · · · ·

26 30 48

(Part 1 of 2)

· '. · · · · · . · · · · ·

76

Table 6. Parameters for Creating a

Data set

. · .. · · · · · ·

80

Table 7. DCB Subparameters for Card

Punch

·

..

· · · · · · · · ·

83

Table 8. DCB subparameters for

Printer • .. • • • • . • 84 Table 9. DCB Subparameters for

creating a Data set on Magnetic Tape • • 110 Table 10. Direct Access Capacities • • 138 Table 11. Track Capacity • • • . .139 Table 12. DCB Subparameters for

Creating a Sequential Data Set on

Direct Access Devices . . • • 148 Table 13. DCB Subparameters for

creating a Direct Data Set. .149 Table 14. DCB Subparameters for

creating a Partitioned Data Set • • • • 150 'l'able 15. Parameters for Retrieving a Data Set. • .. • • • • • • .156 Table 16. DCB Subparameters for Card

Reader.. • • • • • . • .159

Table 17. DCB Subparameters for paper Tape Reader . . . • .160 Table 18. DCB subparameters for

Retrieving a Data Set on Magnet.ic Tape .181 Table 19. DCB Subparameters for

Retrieving a sequential Data Set .182 Table 20. DCB Subparameters for

Retrieving a Direct Data set .183 Table 21. Den sunparameters for

Retrieving a Partitioned Data Set .184 Table 22. Parameters for Extending a

Data set . Table 23.

Table 24.

ALGOL - Input Deck • • • • ALGOL - PARM Field of EXEC

.196 .250

~)tatement • • • • • • • • • • • ..250 Table 25. ALGOL - DD statement.s .251 Table 26. Assembler E - Input Deck • • 252 Table 27. Assembler E - PARM Field of EXEC statement. . . . • • • • . • • . 252 Table 28. Assembler E - DD Statements .253 Table 29. Assembler F - Input deck . • 254 Table 30. Assembler F - PARM Field of EXEC Statement . . . 254 Table 31. Assembler F - DD Statements .255 'l'able 32. COBOL E - Input Deck .256 Table 33. COBOL E - PARM Field of

EXEC statement • .. • . • . • • • • Table 34. COBOL E - DD statements Table 35. COBOL F - Input Deck Table 36. COBOL F - PARM Field of

.256 .257 .258 EXEC statement (Part 1 of 2) • • • .258 Table 37. COBOL F - DD Statements • . . 260 Table 38. Amer ican National St.andard

COBOL - Input Deck . . . • . . • . . . . 261 'fable 39. Arrerican National Standa:t:d

COBOL - PARi\', Field of EXEC :3ta tement • .2 b1 Table 40. American National ~-jtandard

COBOL - DD Statements . . • . . . . • . 263

Table 41. FORTRi;.N Tanle 42. FOR'IRAN EXEC statement

. ·

Table 43. FORTRAN Table 44. FORTRAN Tanle 45. FORTRAN EXEC statement

·

Table 46. FORTAAN Table 47. FORTRAN Table 48. FORTRAN

E - Input Deck E - PARM Field of E - DD Statements G - Input Deck G - PA~l Field of G - DD Statements H - Input Deck H - PARM Field of

.264

• .265 .266 .267 . . 267 .268 .269 EXEC Statement

. ·

• • • • . • • '. . 27'0 Table 49. FORTHAN 11 - DD Statements .271 Table 50. PL/I F - Input Deck • • . • • 272 Table 51. PL/I F - PARM Field of EXEC Statement (Part 1 of 2) • • • • • • '. .272 Table 52. PL/I F - DD Statements .274 Table 53. Linkage Editor - Input Deck .275 Table 54. Linkage Editor - PARM Field of EXEC Statement (Part 1 of 2) .275 Table 55. Linkage Hditor - DD

Statements (Part 1 of 2) • • • • . . . 277 .279 Taole 56. Loader - Input Deck • •

Taole 57. Loader - PARl.Vi Field of EXEC statement (Part 1 of 2)

Table 58. Loader - DD Statements Table 59. Parameters for Creating an Indexed sequential Data Set (Part 1 of

.279 .281

2) . • . • . • . • • • • • • • • • . .. . 338 Table 60. DCB Subparameters for

creating an Indexed Sequential Data Set 345 Table 61. Parameters for Retrieving

or Extending an Indexed Sequential

Data Set (Part 1 of 2) . • • • • .346 Table 62. DCB Subparameters for

Retrieving an Indexed Sequential Data .350 Table 63. creating a Data Set on an

Unit Record Device (Card Punch or

Printer) . . • . • • • • • . .372 Table 64. creating a Data Set on a

System Output Device. • • • • • • . 373 Table 65. creating a IJata Set on a

Magnetic Tape (~art 1 of 2) • • • • • . 374 Table 66. Creating a Data Set on

Direct Access Devices (Part 1 of 3) Table 67. Retrieving an Existing Data, Set From an Unit Record Device (Card Reader or Paper Tape Reader)

Table 68. Retrieving a Data Set From the Input Stream • • . • • • • . • • Table 69. Retrieving a Passed Data Set (Magnetic Tape or Direct Access) Table 70. Retrieving a cataloged Data Set (Magnetic Tape or Direct Access) • Table 71. Retrieving a Kept Data Set

(Magnetic Tape or Direct Access) • Table 72. ~xtending a Passed Data set

(Magnetic Tape or Direct Access) • . • Table 73. Extending a Cataloged Data Set (Magnetic Tape or Direct Access) Table 74. Extending a Kept Data det

(t/lagnet.ic Tape or Direct Access) Table 75. Postponing Definition of a

Data ~~pt • • • • • • • • • • • •

.376

.379 .380 .381 .382 .383

• 384 .38 fi) .386

• '1('0

Al!I!iifL

.~

(11)

Summary of Major Changes--Release 19

The Release 19 changes listed below are described in this manual. They are indicated in the text by a vertical line to the left of the change.

r---T---T---,

I Item I Description I Areas Affected I

~---+---+---~

ISystem Management IThe TIME parameter on the JOB and EXEC state- 119,30,38,48,58, I IFacilities Subset 1 Iments now applies to MFT as well as MVT. 164 1

~---+---+---~

ISystem Management IThe addition of the OUTLIM parameter on the 177 ,92-93,392 I IFacilities Subset 2 IDD statement that specifies SYSOUT to limit an I I

1 loutput data set. I 1

~---+---+---~

I Input/Output IA new command, SWAP, that allows Dynamic Device 1 247 ,248 I IRecovery Management IReconfiguration of two volumes has been added. I I

I Support 1 I I

~---+---+---~

IData Management ITwO new values for BFTEK, DCB subparameter, have I 357 I ISupport for American Ibeen added. A specifies record area buffering: 1 I

INational Standard IR specifies record buffering. I 1

I COBOL I I 1

~---+---+---~

I Recognition of I B, a new value for DeB subparameter OP'I'CD, 1361 1 I EOF on Input I requests that end-of-file :cecognition be 1 I

I Idisregarded for tapes. 1 I

~---+---.---+---~

IISAM Improvements IFor ISAM, a newly created data set can now 1342 ,346-349, I I loverlay an older one -- reusing the space. The 1351-352 I

I lindependent overflow area of an ISAM data set I I

I Ican now be on a different device type from the I I

I I prime area. I I

~---+---.---+---~

IDirect System lIn MFT and MVT, an output data set can now 189 I IOutput Facility Ibe written directly to the desired unit record I I

I lor magnetic tape device. I I

~---+---.---.---+---~

ISeven-Track Tape IThe default for 7-track tape is now 800 1359 I

IDefault of 800 BPI Ibits-per-inch. 1 I

~---+---.---.---+---~

I DD DUMMY Substitu- I A data set that is not needed after restart can I 367 I Ition at Restart Ibe defined by coding the DUMMY parameter. I I

~---+---,---,---+---~

lIn-Stream Procedures IA facility has been added that allows proceduresI13,1~4~92~~'~~4 I I Ito be included in the input stream of a job. 1~~6'392' - '1

~---+---'---+---.!.---~

IMain Storage IIf you code the REGION parameter and request 143 ,68 I IHierarchy Support Istorage only from hierarchy 1, no hierarchy

a

I I

IMVT Extension Isegment is allocated. I 1

~---+---'---'---+---~

IBlocksize Adjustment IIf the BLKSIZE parameter for a SYSOUT data set 1358 I Ifor Sysout Data Sets lis not an integral multiple of and larger than I 1 1 l _____________________ ~ Ithe logical record length, i t is adjusted. ________________________________________________ ~ I ________________ J I

Surrmax'Y of l'1ajor Changes - - Release 19 11

(12)

,~:.,.

(13)

Introduction

This publication contains tutorial information on the job control language. This information is presented in four parts:

Part I: Introduction to the job control language

Part II: JCL for compilers, linkage editor, and loader Part III: cataloged and in-stream procedures

Part IV: Examples of cat:aloged. procedures for compila tions, link edits, and executions.

The text relies heavily on examples to illustrate the facilities of JCL.

To facilitate reading Part I of this manual, all examples appear on shaded areas. The use of shaded areas allows you to skip the examples when you are reviewing the instructions, or to quickly find examples of how to code a given function.

Parts II, III, and IV also contain many examples, but they are isolated in sections within each part. 0hading is not used in this case.

There are four appendixes to the publication:

Appendix A:

Appendix B:

Appendix C:

Appendix D:

Indexed sequential data sets Glossary of DCB Subparameters Using the Restart Facilities.

Summary of the DD statement.

A glossary of terms used in this publication follows the appendixes.

Introduction 13

-

(14)
(15)

Part I: Introduction to the Job Control Language

The purpose of an operating system is to supervise and optimize the work done in a computer. The IBM System/360 Operating system achieves this purpose by managing the allocation of system resources to the different units of work (jobs) to be performed by the installation. The system resources are the central processing unit, main storage, input/output devices, and any programs that are part of the system.

To be effective, the installation's operating system must be general enough to accommodate the variety of jobs to be performed in that

installation. Therefore, you, the user, must communicate with the operating system to describe the requirements of your particular job.

You do this through the Job Control Language (JCL).

The JCL statements allow you to tell the system how you have divided your job into job steps (units of work, each of which is associated with one processing program and related data), where your data is, and what resources are needed to execute each stepe Other facilities of the language allow you to:

• Optimize use of channels, units, volumes, and direct access space.

• Pass data sets used by more than one step from one step to the next step that uses it, to reduce mounting and retrieval time.

• Copy information on other JCL statements with a backward-referenc~

facility to reduce recoding time.

• Retrieve a data set by name using the system catalog, eliminating the need to know its exact location.

In multiprogramming environments (MFT and MVT) the job control language also allows you to:

• Share data sets between two or more job steps that are operating independently.

• Classify jobs according to their characteristics so that the system may balance the mix of jobs for more E~fficient operation.

JCL also provides a series of commands that are used by the operator to communicate with the system.

The flexibility of the job control language is characterized by its large number of optional facilities. Most applications require only a limited number of these facilities. Applications that require a heavy use of JCL or those that are performed on a regular basis can be

considerably simplified through the use of cataloged or in-stream

procedures. A procedure is a set of precoded JCL statements that can be retrieved by coding a simple name on one ~JCL statement. Any statement in the set can be temporarily modified by other JCL statements submitted at the time the procedure is used. A procedure can contain pre coded JCL statements for one or more job steps. A :job step in a cataloged

procedure is called a procedure step. cataloged procedures reside on a procedure library. In-stream procedures are coded as part of your job.

Part I: Introduction to the Job control Language 15

-

(16)

What is a Job?

A iob is a series of operations that Jolve a particular problem. These operations are carried out by onE or more processing pro~rams. The processing prograros you lliay use in a job are the lanouage processors and service programs provided by IBM and your own programs (see Table 1).

You rrlay also use cataloged procedures which in turn IT,ay contain one or more tJrocedure steps. (.i:a.ch procedure step USE:S d processing prooran.)

In other words, your job may use one or morE' fJrocessinq prograJTls and cataloqed procedures to accomplish its purpost..:'. .bach uni t of work

associated with one of those proqrams or procedure steps is called a

iQ.Q

s~ep. within each jOb step you must also provide whatever da ta the processing program may need.

Table 1. Processinq Proqrams

r---,

I Processing Proqrams I

t---T---T---~

I Language Processors I Service Programs I Application Programs I

t---+---+---~

I ALGOL Data set utilities I User-written I

I I I

I .Assernt)ler Independent utili ties I

I I

I COBOL Linkage Editor I

I I

I FORTRAN Loader I

I I

I PL/I Sort/Merge I

I I

I RPG System utilities I

I I

I T~STRAN I

l _______________________ ~ ______________________ ~ _____________________ _

For example, you may write a program in COBOL to process insurance premium payments. Your program must be compiled and link edited before i t can be executed. Therefore, your job will have three job steps:

compilation, link editing, and execution. During the compilation step the COBOL compiler processes your source program (input data) and

produces an object module (output data). In the next step, the linkage editor uses the object module as its input data and producEs a load module (output data). In the last step, the load module (your program in executable form) processes the insurance premium transactions (input data) and records them in a master file (output data).

In addition to writing the source program, you must also write the JCL statements that control the selection of the CCBOL compiler and linkage editor and define the data used in your job. First, you must write a JOB statement which marks the beqinning of your job. You may also use this statement to record SOITle other in:forma tion such as your name and account number. After the JOB statement, you write an execute

(EXEC) statement to mark the beginning of your first job step. In this EXEC statement you request the COBOL compiler. Following the EXEC statement, you write a data definition (DD) statement for each data set the COBOL compiler requires. One of these DD statements tells the compiler where to find your source program. (The source program can also follow the DD statements required in this step. The DD statement that defines your source program can indicate this fact.) Another DD statement tells the compiler where to place the object module. Other DD statements define data sets that can be used as work areas by the

compiler and for printing messages and compilation listings. After you write all the statements required by the COBOL compiler, you must write another EXEC statement to mark the beginning of the second job step and

(17)

to request the linkage editor. In turn, the linkage editor requires certain data sets, which you also define throuqh DD statements. One of

tne DD statements tells the linkage editor Where the COBOL compiler _ _ placed the object module. Another DD statement tells the linkaqe editor --

where i t is to place the load module. The remaining DD statements define data sets for work areas and for printing messaqes and listings.

Your next EXEC statement begins the third step and requests that your proqram (load module produced in the previous step) be executed. You will need DD statements to tell your proqram where the insurance pre~iurn

transactions are (they can also follow the DD statements for this step if indicated by a DD statement), and where the master file is. You will also define any work areas and other dat3 sets your program requires.

If you plan to use your program several times, you can have the linkage editor place i t in a library (a permanent data set). Then you do not need to compile and link edit i t every time you use i t , and can then reduce your job to one job step.

Alternatively, you could use a cataloqed procedure containinq three steps: compilation, link editing, and execution of your proqram. In this case, your EXEC statement would call the procedure, and all those functions would be perforrr.ed automatically, but you would have to

provide some additional information, such as where your program and your data are.

Processing Your Job

In order to have a job processed, the JCL statements and any related input data must be introduced to the operating system through an I/O device (input unit) chosen by the operator for this purpose. The sequence of JCL statements and input .data for all the jobs being

submitted through an input unit is called the input stream. The input unit can be a card reader, a magnetic tape, or a telecommunications line. In systems with MFT or MVT, the input unit can also be a direct access device.

For example, assume a PCP system where the input unit is a card reader. You submit the job you prepared t:o process insurance premium payments in the form of punched cards (Figure 1). This job has three steps and the first and last steps contain input data (your source program in the first step and the insurance premium transactions in the third step). The operator places your deck in the card reader (input unit) together with the decks for other iobs to be processed. (The card decks for all these jobs constitute the input stream.) The operator then "starts the reader", that is, he inst:ructs the job management

routines of the operating system to start reading the input stream. The operating system records the control statements of the first job step in a job queue data set (SYS1.SYSJOBQE) until after they are used. Then i t examines the first job step and determines its needs. The first step of your job requested the COBOL compiler and defined other data sets.

Therefore, the operating system determines whether there is any space available on the devices you indicated fOl: the data sets the COBOL compiler will create during this step (for example, the object module) and whether any data sets required by the compiler are available (for example, your source program). If all data set requirements are met, the COBOL compiler is brought into main storage and given control.

After your program is compiled, the operating system reads and determines the requirements of the second step, ~hich requested the linkage editor. The operating system performs the same operations for the data sets required by the linkage edi t:or and then brings i t into main storage and gives i t control. After the linkage editor produces the load module, the operating system reads and processes the third step. Its requirements are determined and your program is brought into main storage and given control.

Part I: Introduction t:o the Job control Language 17

(18)

/ "

/ -

~o<0' / '"'(-=-Pr-em""-j um-s"'-)

-J

"(\o'2l / ' /

-{ou\

y

/ , / / " / ' ~_,_-L... _ _ ....,.

,//,// DD Statements

~' ~----L._--.

l~igure 1. Your Proqram

After your jOb is completed, the operating system starts processing the next job in the input stream. If there were errors in your job, or if the resources you requestea were not available (for exaro~le, your program did not fit in the available main storage), the operating systerr would have written appropriate messaq~s and terminated your job before starting the next one.

Systems with PCP can have only one input stream, and the jobs are processed one step at a time as described in the previous example.

Systems with MFT or MVT can have more than one input stream and can read control statements and data for more than one job. The control

statement:s are recorded in the job queue data set (SYS1.SYSJOBQE) and the data is recorded in temporary data sets on direct access devices.

MFT and MVT allow you to assign classes and priorities to your jODS.

These classes and priorities let you classify your jobs according to their characteristics and importance. Therefore, the system can

increase performance by balancing the mix of jobs that are executed at a given time according to the resources they require.

There can be up to 15 job classes in your installation. These classes are designated by the letters A tnrough

o.

The type of job assigned to each class is arbitrary and should be determined by each installat:ion. For example, some installations may assign a class to each of t:he following types of job:

• Jobs that use a large amount of main storage.

• Jobs that run for a long time.

• Teleprocessing jobs.

within each class you may assign prioritie~ to determine the order of execution. For example, in the class of "jobs that run for a long time"

you may wish to assign a higher priority to the weekly payroll program than to the monthly inventory analysis program.

(19)

The MFT or MVT system reads the various input streams and separates the jobs in each stream by class. The jobs are enqueued on one of 15 available job queues, corresponding to their class. (All 15 job class queues are in SYS1. SYSJOBQE. ) The execut:ion of each job within the queue is then determined by the priority within the class. Jobs of equal priority are enqueued on a first-in-first-out (FIFO> basis.

Using these classes and priorities, the system can process more than one job at the same time. Each job is executed one step at a time and steps of different jobs can be interleaved. For example, if while the system is executing a job that runs for a long time enough resources are available to process teleprocessing jobs, several teleprocessing jobs can also run. The teleprocessing jobs are selected according to their priority. Once the long-running job is finished, the system might select a job that uses a large amount of main storage. The system determines whether the resources i t has left are sufficient for a high priority job in one or more of the other queues. If they are, that job

(or jobs) is selected and processed at the same time.

Job Control Language Statements

There are nine JCL statements:

1. Job (JOB) statement 2. Execute (EXEC) statement

3. Data definition (DD) statement 4. Delimiter statement

5. Null statement

6. Procedure (PROC) statement 7. Procedure end (PEND) statement 8. Comment statement

9. Command statement

Parameters coded on these JCL statements help the job scheduler to regulate the execution of jobs and job steps, retrieve and dispose of data, allocate I/O resources, and communicate with the operator.

Summary of the JCL Statements

The job statement (or JOB statement) marks the beginning of a job and, when jobs are stacked in the input stream, marks the end of the JCL statements for the preceding job. It may contain accounting information for use by your installation's accounting routines, give conditions for early termination of the job, and regulat:e the display of job scheduler ffiessages. In systems with MFT or MVT, you can use parameters to assign job priority, to request a specific class for job scheduler messages, to hold a job for later execution, and to limit the maximum amount of time the job may use the central processing unit (CPU). with MVT, you can also specify the amount of main storage to be allocated to the job.

The execute statement (or EXEC statement) marks the beginning of a job step and identifies the program to be executed or the cataloged procedure to be used. It can also provide job step accounting

information, give conditions for bypassing or executing the job step, and pass control information to a processing program. In systems with MFT or MVT, a parameter allows you to assign a liffiit on the CPU tirr.e used by a job step. In systems with MVT, you can use an additional parameter to specify the amount of main storage to be allocated.

The data definition statement (or DD statement) describes a data set and requests the allocation of I/O resources. DD statement parameters identify the data set, give volume and unit information, and describe the data set's labels and physical attributes.

Part I: Introduction to the Job control Lanquage 19

-

(20)

The delimiter statement (or /* statement) and the null statement are markers in an input stream. The delimiter statement is used to separate data placed in the input stream from subsequent JCL statements. The null statement can be used to mark the end of the JCL statement and data for a iob.

The PROC statement may appear as the first JCL statement in a cataloged or in-stream procedure. For cataloged procedures, the PROC statement is used to assign default values to symbolic parameters

defined in the procedure. For in-stream procedures, i t is used to mark the beginning of the procedure.

The PEND statement is used to mark the end of an in-stream procedure.

The comment statement can be inserted before or after any JCL

statement that follows the JOB statement and can contain any information thought helpful by the person who codes the JCL statements.

rrhe command statement is used to enter corr~ands through the input

stream.--Commands can activate or deactivate system input and output units, request printouts and displays, and perform a number of other operator functions.

The Input Stream

The input stream is the sequence of JCL statements and data submitted to the operating system for processing. Each job in the input stream has its own set of JCL statements and data. Jobs are bounded by JOB

statements. Each JOB statement marks the beginning of one job and the end of the preceding job. The end of a ;ob can also be marked by a null statement. Figure 2 shows a group of jobs and their boundaries.

Input I;tream

Figure 2. Defining Job Boundaries

~/

Jo~ EXEC

~t~t~me"t' J

JOB Statement

~

(21)

Each job consists of one or more job steps. Job steps are bounded by

EXEC statements. Each EXEC statement marks the beginning of a job step _ . and the end of the preceding step. Tne end of the last step in the job

is marked by the JOB statement of the following job, or by a null statement.

The EXEC statement is followed by the DD statements that define the data sets required by the job step. If one of the data sets is in the input stream, the data must be preceded by a DD statement and followed by a delimiter (/*) statement. (In systems with lJiFT or MVT, a DD

statement and delimiter statement are not always required to bound data in the input stream. However, i t is good practice to do so and they will be shown in the examples in this manual.) If the last DD statement in a job defines data in the input streamw a null statement should be used to mark the end of the job.

Figure 3 shows a group of jobs and their associated steps and data.

Part I: Introduction to the Job control Lanquage 21

(22)

Figure 3.

Illpul StrEcam

JOB Stat e'mc"t

I- J

Defining Job step Boundar" les

Jobs

]

(23)

--

Coding Conventions

The job control statements must conform to certain conventions. That is, you must follow certain simple rules when coding JCL for your job.

These rules concern fields in the JCL statements, spacing of those fields, continuing the statements onto additional cards or card irriages, coding special characters, using tne "backward-reference" facility, the notation used to define JCL statements in this publication, and a codinq form for JCL statements.

Fields in the JCL Statements

JCL statements contain five fields:

1. identification 2. name

3. operation 4. operand 5. comments

The appropriate identification is required for each statement. In some statements, one or more of the remaining four fields are omitted.

Figure 4 shows the fields in each statement.

r---T---,

I statement I Fields I

~---+---.---~

IJob I//name JOB operand1 comments1 I

I Execute 1//name1 EXEC operand comments1 I

IData definitionl//narne 1 DD operand comments1 I IPROC(cataloged) 1//name1 PROC operand comments1 I IPROC(in-stream) I//name PROC operand1 comments2 I

I PEND 1//name1 PEND comments1 I

I Command 1// operation operand comments1 I

I Delimiter 1/* comments 1 I

I Null 1//

I

I comments 1//* comments I

~---~---~

110ptional I

120ptional -- Do not code comments unless you code one or more I

I operands. I

L ________________________________________ . ______________________________ J

Figure 4. JCL statement Fields

The identification field indicates that the statement is a JCL statement. It contains identifying characters (//,/*, or //*) which must begin in column 1.

The name field identifies the JCL statement so that other statements or system control blocks can refer to i t . I t can range from one to eight characters in length, and can contain any alphameric or national

(@, $, and #) characters. However, the first character of the name must be a letter or national character and must be in column 3.

The operation field specifies the type of JCL statement, or, in the case of the command statement, the command. I t can contain only one of

Coding conventions 23

-

(24)

a set of prescribed operations or commands. The operation field has no column requirements, but must be preceded and followed by at least one blank.

The 2Ber~nd f~.~_l.q contains parameters separated by corrmas.

Parameters are composites of prescribed words (keywords) and variables for which information must be substituted. The operand field has no fixed length or column requirements, but must be preceded and followed by at least one blank. (Note that you must not code blanks between the parameters in the operand field.)

The comments field can contain any information thought nelpful by the person -who-codes--the control statement. It has no fixed length or column requirements, but must be separated from the operand field by at least one blank.

Except for the comment statement, identifying characters and fields are contained in columns 1 through 71 of the control statement. If the total number of characters exceeds 71, code the excess characters on one or more continuation statements. In the comments sta·tement,

comments can be coded in columns 4 through 80. The comments cannot be continued onto another statement. (If you need more space for

comments, use several consecutive comments statements.)

The operand field is made up of two types of parameters: positional parameters and keyword parameters. A ~sitional parameter is

characterized by its position in the operand field in relation to other parameters; a keyword parameter is positionally independent with

respect to others of its type, and is characterized by a keyword followed by an equal sign and variable information (a keyword

parameter). Both positional parameters and the variable information in keyword parameters can be in the form of a list of several items

(subparameters) of information. You must not code blanks between the parameters or subparameters of the operand field.

positional parameters must be coded in the operand field in a specific order and before any keyword parameters are coded. The

absence of a positional parameter is indicated by a comma coded in its place. However, if the absent positional parameter is the last one, or if all later positional parameters are also absent, you need not code replacing commas. If all positional parameters are absent from the operand, you need not code any replacing commas.

Keyword-p~ramet:.~~ must follow the positional parameters, but can be coded anywhere in the operand field with respect to each other.

Because of this positional independence, you need not indicate the absence of a keyword parameter.

A positional paramet.er or the variable information in a keyword parameter sometimes assumes the form of a list of sUbparameters. Such a list may be composed of both positional and keyword subparameters tha-t follow the same rules and restrictions as positional and keyword parameters. You must enclose a subparameter list in parentheses, unless the list reduces to a single subparameter.

'rhe EXEC statement and DD statements associated with cataloged procedures can contain one other type of parameter -- a symbolic parameter.. A symbolic parameters is characterized by a naIT:e preceded by an ampersand (&). A symbolic parameter stands as a sYI~ol for a parameter, a subparameter, or a value. Symbolic parameters allow you to make any information in the operand field of a procedure EXEC

(25)

statement or DD statement variable. The value to be assumed by a symbolic parameter is coded on the EXEC statement that invokes the procedure. This value is in effect only during that execution of the procedure.

Spacing JCL Statement Fields

Except for the identifying characters in columns 1 and 2, or columns 1, 2, and 3, and the name field beginning in column 3, control statement fields can be written in free form, that is, they need not begin in a particular column. The only requirement is that you separate the name, operation, operand, and comments fields by at least one blank. Since a blank serves as a field delimiter, the operand field must be coded continuously, that is, you cannot code blanks between parameters.

Continuing JCL Statements

Except for the comment statement, JCL statements are contained in

columns 1 through 71 of cards or card images. If the total length of a statement exceeds 71 columns, or if you wish to place parameters on separate cards, you must follow the operating system continuation conventions. To continue an operand field:

1s Interrupt the field after a complete parameter or subparameter, including the comma that follows i t , at or before column 71.

2. separate any comments from the interrupted field with at least one blank. comments must end at or before column 71.

3. Code the identifying characters / / in columns 1 and 2 of the following card or card image.

4. continue the interrupted operand beginning in any column from 4 through 16. If columns 4 through 16 are left blank, the remainder of the card or card image is treated as a comment and the

continuation of the preceding statement is assumed to be complete.

Note: Optionally, a nonblank character can be coded in column 72 of the card to indicate that the operand field continues on the next card.

Comments can be continued onto additional cards after the operand has been completed. To continue a comments field:

1. Interrupt the comment at a convenient place, at or before column 71.

2. Code a nonblank character in column 72.

3. Code the identifying characters / / in columns 1 and 2 of the following card or card image.

4. continue the comments field beginning in any column after column 3.

Note that comments written on a comments (//*) statement cannot be continued. You should use several comments statements if you need more space for comments.

Coding Conventions 25

-

(26)

Figure 5 illustrates the continuation conventions~

r---,

I

//NAME DD POSITIONALPARAMETER,KEYWOHD=VALUE, COMMENT

I

I // KEYWORD=(VALUE1,VALUE2,VALUE3, COMMENT I

I / / VALUE4,VALUES) ANOTHER COMMENT XI

I // MORE COMMENTS WITHOUT OPERANDS REQUIRE XI

I // NONBLANK CHARACTER IN COL~72 OF PRECEDING CARD

I I

/ / * THIS IS A COMMENTS STATEMENT, IN ORDER

I I

/ / * TO CONTINUE IT USE ANOTHER COMMENTS S'IATEMENT

I

L _______________________________________________________________________ J

Figure ~) ~ Continuing JCL Statements

Coding Special Characters

Alphameric, national, and special characters are used in writing JCL

statements~ Table 2 defines the alphameric, national, and special character sets~ special characters are used in JCL to delimit parameters and fields, and to perform other syntactical functions.

with the exception of the cases listed below, parameters must be coded in alphameric and national characters~

Table 2u Character Sets

r---T---,

ICharacter Set

I

Contents

I

~---+---T---~

I Alphamer ic I Letters I A through Z I

I

I Numbers

I

0 through 9

I

~---+---+---~

I I"At" sign I @ I

I National IDollar sign I $ I

I

!Pound sign

I

#

I

~---+---+---.---~

IConuna I Period

I Slash /

I Apostrophe

!Left parenthesis (

special IRight parenthesis )

I Asterisk

*

!Ampersand &

IPlus sign +

I Hyphen

!Equal sign =

I Blank

L ______________________ L ________________________ -L ________ . _____________ _

Seven parameters are exempt from the special character rule, that is, they can contain special characters as well as alphameric and national characters:

1~ The accounting information on the JOB statement.

2~ The programmer's name on the JOB statement~

3. The checkid field of the RESTART parameter on the JOB statement~

4. The ACCT parameter on the EXEC statement.

S. The PARM parameter on the EXEC statement~

Références

Documents relatifs

The sort/merge program uses sorting and merging techniques that take full advantage of different machine configurations and data set sizes. These techniques are

The format of the MODS control statement is shown in Figure 6. The MODS control statement has only one operand type. are the parameters that indicate the

recataloged. A new volume pointer is added to the previously contained only two volume pointers. RECAT, the first operand of CAMLST, specifies that a data set

To list the data describing the system, load the operating system, and place the following control deck in the input device.. Enter a START command with no

For the locate function, catalog management finds volume information of a cataloged data set by searching the index structure for the qualified name of the

This section contains two examples of initialization of system data sets. The numbers chosen for space allocation in these two examples are for illustrative

• Device type. Figure 36 lists the physical characteristics of a number of direct access storage devices. 112 Data Management Services.. Device overhead varies

IBM System/360 Operating system: An application of the system/360 computing system, in the form of program and data resources, that is specifically designed for