HP3000-L Archives

June 1999, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Paul Edwards <[log in to unmask]>
Reply To:
Date:
Mon, 14 Jun 1999 08:48:04 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (41 lines)
According to my Cobol manual the format for the ASSIGN verb is
  ASSIGN name,class,recording mode,device,file-size,formsmessage,L
The description of the formsmessage parameter says "it may contain a maximum of 49
  characters and must be terminated with a period" which you didn't do.

Boris Kortiak wrote:

> I get the following error during compile:
>
> 00069  052010  26    250    Q    FORMS MESSAGE MUST END WITH A PERIOD.
>
> referring to:
>
> 052000     SELECT CUSTOMER-SAVE
> 052010         ASSIGN TO "CUSTSV,DA,A,DISC,,10000,,"
> 052020         ORGANIZATION IS INDEXED
> 052030         ACCESS MODE IS DYNAMIC
> 052040         RECORD KEY IS CSR-KEY
> 052050         FILE STATUS IS CUSTOMER-SAVE-STATUS.
>
> The book offers no help:
>
> ---------------------------------------------------------------------------------------
>
> 250      ERROR      FORMS MESSAGE MUST END WITH A PERIOD.
>          MESSAGE
>
>          CAUSE
>
> ---------------------------------------------------------------------------------------
>
> Any suggestions would be greatly appreciated.

--
***************************************************************
 Paul Edwards                     HP 3000 Certified Consultant
 Paul Edwards & Associates        Phone: (972) 242-6660
 1506 Estates Way                 Fax  : (972) 446-9022
 Carrollton TX 75006              Email: [log in to unmask]
***************************************************************

ATOM RSS1 RSS2