1 02/29/84 create_data_segment, cds
2
3 Syntax: cds path -control_arg
4
5
6 Function: translates a create_data_segment CDS source program into
7 an object segment. A listing segment is optionally created. These
8 results are placed in your working directory. This command cannot be
9 called recursively.
10
11
12 Arguments:
13 path
14 is the pathname of a CDS segment; the cds suffix need not be given.
15
16
17 Control arguments:
18 -list, -ls
19 produces a source listing of the CDS program followed by object
20 segment information as printed by the print_link_info command
21 about the actual object segment created.
22
23
24 Notes: Because of the invocation of the PL/I compiler, the CDS run is
25 aborted if a severity error greater than 2 occurs.