1 
 2 
 3 
 4 10/14/82  run_cobol, rc
 5 
 6 Syntax:  rc path {-control_args}
 7 
 8 
 9 Function:  initiates execution of a COBOL run unit in a specified "main
10 program".
11 
12 
13 Arguments:
14 
15 path
16    is  the reference  name or pathname  of the "main  program" in which
17    execution is initiated.
18 
19 
20 Control arguments:
21 
22 -cobol_switch N, -cs N
23    sets one or more of  the eight COBOL-defined "external switches" on,
24    where N is a number from 1 to 8 (or a series of numbers separated by
25    spaces).
26 
27 -continue, -ctu
28    continue execution if an overflow occurs.
29 
30 -debug, -db
31    turns ON the debug facility switch.
32 
33 -no_stop_run, -nsr
34    avoids establishment of a handler for the stop_run condition.
35 
36 -sort_dir path, -sd path
37    specifies directory to be used  for temporary sort work files during
38    execution of this run unit.
39 
40 -sort_file_size N, -sfs N
41    is  floating  point  representation  of  estimated  average  size in
42    characters of files to be sorted  during execution of this run unit.
43    (Default is one million characters.)