Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (A-C)
Guardian Programming Reference Summary for pTAL and TAL522631-001
4-41
CREATEPROCESSNAME
(Superseded by PROCESSNAME_CREATE_) Returns a unique process name suitable
for passing to NEWPROCESS and NEWPROCESSNOWAIT.
recordlen, INT:value input
data-blocklen, INT:value input
key-sequenced-params, INT:ref:3 input
alternate-key-params, INT:ref:* input
partition-params, INT:ref:* input
maximum-extents, INT:value input
unstructured-buffer-size, INT:value input
open-defaults, INT:value input
<0> = 0
= 1
Verify writes off (default).
Verify write on.
<1> = 0
= 1
The system automatically selects serial or parallel writes.
Serial mirror writes only.
<2> = 0
= 1
Buffered writes enabled (the default for audited files).
Write-thru (the default for nonaudited files).
<3> = 0
= 1
Audit compression off (default).
Audit compression on.
< (CCL) The create failed (call FILEINFO).
= (CCE) The file was created successfully.
> (CCG) The device is not a disk.
CALL CREATEPROCESSNAME ( process-name );
process-name, INT:ref:3 output
< (CCL) The address passed for process-name is out of bounds.
= (CCE) CREATEPROCESSNAME was successful.
> (CCG) There were no unused names in the reserved name space ($Zddd, $Yddd,
$Xddd) for CREATEPROCESSNAME to use.