maskprt-send mask to FRMPRT server
maskprt(fbfr) 
FBFR \(**fbfr;
The function maskprt() is used to print a fielded buffer according to a form definition. It could be used, for example, to get a hard copy of the form. maskprt() sends the formatted buffer to the BEA TUXEDO system supplied server called FRMPRT(5). The buffer must be of type FML, and must be obtained by a call to tpalloc(3). FRMPRT() accepts the buffer, prints it into a UNIX text file, then calls a command to output the file.
maskprt() calls tpacall(3) to send the message to FRMPRT(5). It fails [TPNOENT] if FRMPRT(5) is not an active server.
maskprt(xxxbuf);
FRMPRT(5), tpalloc(3), tpcall(3)