Display statement, COBOL Programming

Assignment Help:

DISPLAY STATEMENT:

 The function of the DISPLAY statement is just opposite to that of the ACCEPT statement. It is used to display the low-volume results on the operator's console or various other hardware devices. The common format of the DISPLAY statement is

If the UPON option is absent, the values of the identifier-1/literal-1, identifier-2/literal-

2, etc. are all displayed on the console. The option UPON with the mnemonic-name is implementor-dependent.  The mnemonic name, as in the situation of the ACCEPT verb, must be defined in the SPECIAL-NAMES paragraph. Whenever more than one operand is specified, then the values of the operands are displayed in the series they are specified. There will be no gap between these values. The operands should be of the usage DISPLAY. The literals may be any of the literal or figurative constant apart from the ALL literal.  If the figurative constant is specified, then only one occurrence of the constant is displayed.

Illustration:

  Consider the statement as shown below:

 DISPLAY    " SUM  IS",     THE-SUM

And assume that the picture and present value of THE-SUM are 9(3) and 15 respectively.  Upon execution of the statement, then the result will be displayed on the console

 

           SUM   IS   015

 

 

 


Related Discussions:- Display statement

Close statement - sequential files, CLOSE statement: The simplified sy...

CLOSE statement: The simplified syntax of the CLOSE statement is as shown below:   CLOSE          file-name-1   [WITH   LOCK   ]                         [  , file-

Program for electricity bill, PROGRAM FOR ELECTRICITY BILL: An electri...

PROGRAM FOR ELECTRICITY BILL: An electricity company supplies electricity to 4 types of customers coded 1, 2, 3 & 4.The rate schedule for customers is shown in one table as

Redefine clause, Can we declare a redefine clause as below? A Redefines B, ...

Can we declare a redefine clause as below? A Redefines B, PIC X(4)

Point location - picture clause, Point Location: The position of the d...

Point Location: The position of the decimal point is the other characteristic which can be specified in the case of the numeric data items. If the position is not specified, t

Write statement - relative files, WRITE Statement:      The WRITE stat...

WRITE Statement:      The WRITE statement for a relative file has the format which is as shown below.          WRITE  record-name   [ FORM   identifier ]

Example of redefines clause, Example of Redefines clause: This illustr...

Example of Redefines clause: This illustration describes a sales record that may either contain the total amount of sale or the quantity (QTY) and UNIT-PRICE. The aim of such

Program of occurs clause, OCCURS CLAUSE - PROGRAM: We have to write a ...

OCCURS CLAUSE - PROGRAM: We have to write a program to elaborate occurs clause. Get names and marks of the students and show them on the screen.   identification division.

Start statement - indexed files, START STATEMENT: The START statement ...

START STATEMENT: The START statement places the files to the initial logical record whose record key satisfies the condition specified by the KEY phrase. The access mode shoul

Rules for constructing an arithmetic expression, Rules for constructing an ...

Rules for constructing an Arithmetic Expression: The rules for constructing an arithmetic expression are as shown below: (i) When an arithmetic expression specifies a calcu

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd