1 07/08/80 make_pps_tape 2 3 Syntax: make_pps_tape target_spec paths 4 5 6 Function: allows a user to make a tape to be printed on the PPS 7 8 9 Arguments: 10 target_desc 11 either "-volume volname" or "-vol volname" to specify the tape 12 volume; or "-target_description attach_description" or "-tds 13 attach_description to specify the target attach description. 14 path 15 is the pathname of a segment to be printed on the PPS. 16 17 18 Notes: make_pps_tape attaches the output tape using either the attach 19 description provided by the user or one of the form "pps_ -vol XX" 20 where XX was specified as the volume name by the user. The -tds 21 control argument must be used when control arguments other than 22 -vol are desired in the attach description. 23 24 Each pathname specified in the command line is written as a 25 separate report on the output tape. 26 27 make_pps_tape does not produce PPS control blocks on the output 28 tape. For this reason the user must inform the PPS operator as to 29 the paramaters to be used in printing the information on the tape.