Up | Previous | Next | Title Page | Contents

11.6 x/zvpopen—Open a parameter data set for output. NOT RECOMMENDED

call xvpopen( status, npar, max_len, filenam,error_act, unit ) 
status = zvpopen( npar, max_len, filenam, error_act,unit ) 
x/zvpopen opens a new parameter data set for output. The file created is a labeled VICAR file of type PARM, with fixed length 512 byte records.
x/zvpopen uses x/zvopen to open the file. The file unit number is maintained internally for reference by x/zvpout and x/zvpclose. Only one parameter data set may be opened for writing at a time.

Arguments:

If ERROR_ACT is not given, the error action will default to the action specified by x/zveaction.


Up | Previous | Next | Title Page | Contents