lsb_perror
Prints a batch LSF error message on stderr.lsb_perror prints a batch LSF error message on stderr. The usrMsg is printed out first, followed by a ":" and the batch error message corresponding to lsberrno.
lsb_perror - Print LSBATCH error message on stderr. In addition to the error message defined by lsberrno, user supplied message usrMsg1 is printed out first and a ':' is added to separate * usrMsg1 and LSBATCH error message.
#include <lsf/lsbatch.h>
void lsb_perror (char *usrMsg)
Data Structures:
- Parameters:
*usrMsg A user supplied error message. Define Statements:
- none
- none
Errors:
- Returns:
- void
Prints out the user supplied error message.Equivalent line command:
- If the function fails, lsberrno is set to indicate the error.
Files:
- none
- none
- See also:
- none
Date Modified: 16 Jul 2014
Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.