{
{    This procedure is responsible for setting up new limits for a job.
{
{       SFP$CREATE_JOB_LIMIT (LIMIT_NAME, STATISTIC_CODES, INITIAL_VALUE,
{             WARNING_LIMIT, MAXIMUM_LIMIT, ENFORCEMENT, STATUS)
{
{ LIMIT_NAME: (input)  Specifies the name of the limit to be created.  This
{       name is used to identify the limit for update of display purposes.
{
{ STATISTIC_CODES: (input)  Specifies a pointer to an array of statistic codes
{       to be associated with the limit.  A NIL pointer implies no statistics
{       are associated with the limit.
{
{ INITIAL_VALUE: (input)  Specifies an initial value for the limit accumulator.
{
{ WARNING_LIMIT: (input)  Specifies the warning limit value for the limit.
{
{ MAXIMUM_LIMIT: (input)  Specifies the maximum limit value for the limit.
{
{ ENFORCEMENT: (input)  Specifies te type of enforcment that should be used for
{       the limit.
{
{ STATUS: (output) Variable in which the completion status is returned.
{
{       CONDITIONS:
{             sfe$duplicate_limit_name
{             sfe$invalid_initial_limit_value
{             sfe$limit_already_active
{             sfe$statistics_not_available
{
