Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


wht r the advantages of 77 level number ?

Answers were Sorted based on User's Feedback



wht r the advantages of 77 level number ?..

Answer / amar

77 is used for declare the independent variable in cobol programing language which is used in data division.

Is This Answer Correct ?    12 Yes 0 No

wht r the advantages of 77 level number ?..

Answer / raghunathareddy

it used to elementary items

Is This Answer Correct ?    6 Yes 0 No

wht r the advantages of 77 level number ?..

Answer / shashank naresh

This is an independent variable (not record) in the cobol.

Is This Answer Correct ?    4 Yes 0 No

wht r the advantages of 77 level number ?..

Answer / lu

77 level number take less space than 01 level number in
language machine......

Is This Answer Correct ?    7 Yes 4 No

wht r the advantages of 77 level number ?..

Answer / kiran

77 take less memory
the most important thing is faster accessing than 01

Is This Answer Correct ?    3 Yes 0 No

wht r the advantages of 77 level number ?..

Answer / srikanth doki

This is an independent variable. We cant create sub items by
using this variable and it is written in margin A.

Is This Answer Correct ?    2 Yes 0 No

wht r the advantages of 77 level number ?..

Answer / rkt

Can anyone let me know what is the real difference between
both of them as they both can be used to define elementory
items.

Is This Answer Correct ?    1 Yes 0 No

wht r the advantages of 77 level number ?..

Answer / abc

it doesn't take any memory space

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More COBOL Interview Questions

In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference

3 Answers   IBM,


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

0 Answers  


What is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?

7 Answers   Patni,


what is the use of comp2 ? where can we use it with example ?

3 Answers   Covansys,


What is the significance of 'above the line' and 'below the line'?

2 Answers   Nokia,


i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


How to convert bunch of words in a line to relvant ASCII values?

2 Answers  


I have PS flat file with 14 records. I want to read from 4th to 9th record and want to write those 6 records (4th record to 9th record) to another PS file (output file). there is no key defined in the input file. I just want read a certain Consecutive records. can any one please give me the procedure division Coding for this. I have coded the below coding but the READ-PARA is performing only 1 time even though I have 14 records in my input file (i.e FILE-1): PROCEDURE DIVISION. A000-SECTION. MOVE 0 TO I. OPEN INPUT FILE-1. IF CHECK-KEY1 > 0 DISPLAY "OPEN ERROR FOR FILE-1, CODE IS:" CHECK-KEY1 END-IF. OPEN EXTEND NEWFILE-1 IF CHECK-KEY3 > 0 DISPLAY "OPEN ERROR FOR NEWFILE-1 COD IS" CHECK-KEY3 END-IF. PERFORM READ-PARA THRU EXIT-PARA UNTIL EOF-REC = 'YES'. DISPLAY " FINALLY OUT OF LOOP" CLOSE FILE-1 CLOSE NEWFILE-1 STOP RUN. READ-PARA. ADD 1 TO I READ FILE-1 AT END MOVE 'YES' TO EOF-REC IF I > 3 AND < 10 PERFORM WRITE-PARA ELSE DISPLAY "NOT IN RANGE" END-IF. EXIT-PARA. EXIT. WRITE-PARA. WRITE NEW-REC FROM FILE1-REC.

8 Answers   IBM,


what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 Answers  


What is binary search?

3 Answers  


how to display comp3 variables reply soon ?

4 Answers   Patni,


Categories