Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
SCCIN DD syntax rules
The following syntax rules apply to the SCCBSET batch program:
Terminate commands with a semicolon (;).
You can stack multiple commands in SCCIN.
SCCBSET ignores columns 73-80.
SCCBSET ignores blank lines.
You can specify comments in two ways:.
Use an asterisk (*) or double hyphen (--) starting in column 1 to mark the entire line as a comment.
Use a double hyphen (--), double slash (//), or slash asterisk (/*) starting in column 2 through 72 to mark the remainder of the line as a comment.
You can use explicit object set names or the following wildcard patterns:
Use the % (percent) and * (asterisk) characters as wildcards to match any number of characters in a name.
Use the ? (question mark) character as a wildcard to match a single character in a name.