Example of level numbers - cobol programming, COBOL Programming

Assignment Help:

Example of Level numbers - cobol programming:

To explain the hierarchical structure introduced above, the concept of the level number is employed in COBOL.

The most broad group should have the level number 01. The initial subdivisions can have any level number between 02 and 49. More subdivisions must follow the similar range with the restriction that an item cannot have a level number less than or equal to the level numbers of the group which may include it. However a group involves all the elementary data or smaller groups beneath it until a level number equal to or less than the level number of the said group is encountered. The illustrations reveal the concept of the level numbers.

1936_Example of Level numbers.png

The group DATE that was shown former in the pictorial form is described in the first illustration. In the second illustration PAY is the most comprehensive group that has three subdivisions, namely, the GROSS-PAY, DEDUCTIONS &NET-PAY. The GROSS-PAY is again subdivided into BASIC, DEARNESS & HOUSE-RENT. In similar way the deductions are further subdivided into the PF-DEDUCT and IT-DEDUCT. It may be noted that the elementary data items are BASIC, DEARNESS, HOUSE-RENT, PF-DEDUCT, and IT-DEDUCT & NET-PAY. The structure can be pictorially shown below: 

410_Example of Level numbers1.png

Many times, in a hierarchical data structure like this, the programmer may not need a data item to be referred to in the PROCEDURE DIVISION. This situation usually arises when a group and only few of its subdivisions are to be used in the program. The remaining subdivisions do not require to be used explicitly. In such cases the word FILLER may be used to name data to which the programmer does not wish to assign a specific name. FILLER can be used as many times as needed.


Related Discussions:- Example of level numbers - cobol programming

Rules for simple sort verb, Rules for Simple sort verb: The work file ...

Rules for Simple sort verb: The work file is to be defined by a sort elaboration entry (SD entry).The format of SD entry is as shown below. The rules below should be taken

Examples - edit characters for numeric data, Examples - Edit characters for...

Examples - Edit characters for numeric data: The following illustration illustrates the use of Z editing characters. The character b is used to indicate the space character an

Subtract verb, SUBTRACT VERB: The SUBTRACT verb is used to subtract on...

SUBTRACT VERB: The SUBTRACT verb is used to subtract one, or the sum of two or more numbers from one or more numbers and to store the result. The form of the SUBTRACT verb

Rules of read statements, Rules of read statements: The next record is...

Rules of read statements: The next record is identified according to the rules as shown below: (i) Whenever the READ NEXT statement is the initial statement to be executed

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

Sequential files with the variable-length records, SEQUENTIAL FILES WITH TH...

SEQUENTIAL FILES WITH THE VARIABLE-LENGTH RECORDS: The Magnetic - tape or disk files can hold variable-length records. In this situation the file can have records with various

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

Giving file-name - simple merge verb, GIVING    file-name-5. The input...

GIVING    file-name-5. The input files to be merged through the MERGE statements which are specified in the USING phrase. These files should be sequential files and should be

Column and field in cobol program, Column and Field in COBOL program: ...

Column and Field in COBOL program: In COBOL there are 2 types of entries termed as margin A and margin B entries. The Margin A entries start from the column 8, 9, 10 or 11 and

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