The SYSTSIN DD statement is used to specify that the data to follow consists of executable commands and/or subcommands. For example, to indicate to the system that all data following this statement is to be used as input, until the system encounters an input delimiter, such as the characters /* or the DLM operand, specify:
//SYSTSIN DD *
If any of the input statements start with the characters //, use the DD DATA statement instead.
To indicate to the system that all data following this statement is to be used as input, including statements that start with the characters //, until an input delimiter (/* or DLM) is found, specify:
//SYSTSIN DD DATA
To indicate to the system that all the input data can be found in data set PREFIX.INPUT.DATA, specify:
//SYSTSIN DD DSNAME=PREFIX.INPUT.DATA
The SYSTSIN and SYSTSPRT DD statements can refer to a sequential data set or a member of a partitioned data set.
You cannot refer to concatenated data sets on the SYSTSIN DD statement. Each command or subcommand must begin on a separate statement.
© Copyright IBM Corp. 1988, 2000
Return to library: [ OS/390 | TPF | VM | VSE | IBM Hardware | S/390 Redbooks | RS/6000 SP ]
Glossary - IBM Dictionary of Computing
How to: [ Order publications | Contact OS/390 ]