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

Example of write statement, Example of Write statement: Illustration:...

Example of Write statement: Illustration: (i) WRITE TRANS-RECORD AFTER ADVANCING 3 LINES. This WRITE statement specified that the TRANS-RECORD is a record name of a fi

Restrictions - procedure in statement, There are some restrictions when the...

There are some restrictions when these procedures are used. (i) The Procedure should not contain any SORT/MERGE statement. (ii) An explicit transfer of the control outside

Configuration section - cobol program, Configuration Section: This sec...

Configuration Section: This section holds an overall specification of the computer used for the purpose of the compilation and execution of the program. There are in all 3 par

Example of accept statement, Example of Accept statement: For illustra...

Example of Accept statement: For illustration, ACCEPT FLAG-A can be specified to read the value of the FLAG_A from the console. It may be keep in mind that no file definition

Program for compute verb, PROGRAM FOR COMPUTE VERB: We have to write a...

PROGRAM FOR COMPUTE VERB: We have to write an easy program to elaborate the COMPUTE verb.  Identification division. Program- id. compverb. Environment division. Da

File activity, File Activity: The file activity is a measure of the pr...

File Activity: The file activity is a measure of the proportion of records processed during an update run. Therefore we define the activity ration as shown below. Activi

Character set - cobol programming, Character Set: To study any languag...

Character Set: To study any language, first one should know the alphabets of the language and they are termed as character set in general. There are 50 different characters in

Rules of redefines clause, RULES OF REDEFINES CLAUSE The rules shown be...

RULES OF REDEFINES CLAUSE The rules shown below govern the use of the REDEFINES clause: (i) The level-number of data-name-1 and data-name-2 should be identical. (ii) Exce

Example of compound condition, Example of compound condition: In commo...

Example of compound condition: In common, a compound condition has the form which is as shown below: Where condition-1 & condition-2 can be any one of the below:

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.

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