Object-computer - configuration section, COBOL Programming

Assignment Help:

Object-Computer - Configuration section:

The computer name specifies a specific computer on which the object program is to be executed.

The MEMORY SIZE is used to show the amount of storage available to the object program. This clause is used in the conjunction with the SORT verb.

The PROGRAM COLLATING SEQUENCE clause specifies the collating sequence which is to be used to compare the nonnumeric data items. The alphabet name in this clause must be defined in the SPECIAL-NAMES paragraph to state the collating sequence. If this clause is missing or absent, the machine's own collating sequence known as the NATIVE is supposed.

The SEGMENT-LIMIT is used in most of the compilers to indicate that the sections having segment number less than the number specified in the integer-2 must be held in the permanent region of storage and must not be transferred to and from the virtual memory. All the entries in this paragraph are terminated using the period ( a dot). Below is the example of the OBJECT-COMPUTER paragraph.

OBJECT-COMPUTER.

MEMORY SIZE 8000 WORDS.

 


Related Discussions:- Object-computer - configuration section

Relative files, RELATIVE FILES: The Files that are stored on a direct ...

RELATIVE FILES: The Files that are stored on a direct access storage medium like magnetic disk are frequently known as direct access files. The COBOL supports three different

Read statements - relative files, READ STATEMENTS: The common format f...

READ STATEMENTS: The common format for the read statements is as shown bellow. Format 1: READ file-name RECORD [ INTO   identifier ] [  ;  AT   END     imperative-s

Close statement, CLOSE STATEMENT: When the processing of a file is com...

CLOSE STATEMENT: When the processing of a file is completed, then the file may be closed. This is completed with the help of the CLOSE-verb. The form of the CLOSE statement is

Multi-dimensional tables, MULTI-DIMENSIONAL TABLES: The type of table ...

MULTI-DIMENSIONAL TABLES: The type of table which has been considered above is known as one-dimensional table. Whenever a table is such that each of its elements in turn is a

Illustration of if- else statement, Illustration of if- else statement: ...

Illustration of if- else statement: IF OK-BALANCE NEXT SENTENCE ELSE MOVE 2 BALANCE-CODE In this illustration, the OK-BALANCE is a condition name. No action is specific if

Example of perform statement, Example of Perform statement: PERFORM BE...

Example of Perform statement: PERFORM BEGIN-CALCULATION THRU END-CALCULATION. Assume, BEGIN-CALCULATION and END-CALCULTION is paragraph names. The execution of the PERFORM

Write statement, WRITE STATEMENT: The WRITE Statement verb releases a r...

WRITE STATEMENT: The WRITE Statement verb releases a record in an output file. The syntax for the WRITE statement can be unlike depending on the output device and the medium us

ACCEPT VERB, When using the accept verb in cobol is it possible to assign s...

When using the accept verb in cobol is it possible to assign something other then "SYSIN" for a ddname?

Program for add corresponding, PROGRAM FOR ADD CORRESPONDING: We have ...

PROGRAM FOR ADD CORRESPONDING: We have to write a simple program to demonstrate Add Corresponding.   identification division.   program- id.   environment division.

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