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...


what is label record is standard or omitted in file
description of data division?

Answers were Sorted based on User's Feedback



what is label record is standard or omitted in file description of data division?..

Answer / vikram

Label record standard is for disk files.
(it is default).
used to identify the disk files by the labels

omitted is for card reader and printer files.

Is This Answer Correct ?    7 Yes 1 No

what is label record is standard or omitted in file description of data division?..

Answer / jdf

Label record is standard means it will use disk files. But
tape files can have standard label too.

If the label record is omitted it should be a the tape file
without any begin and end blocks on the tape.

Is This Answer Correct ?    3 Yes 2 No

what is label record is standard or omitted in file description of data division?..

Answer / laxman

label record is standard means it will use disk files.if the label record is ommited then its pointing to the tape files.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More COBOL Interview Questions

What care has to be taken to force program to execute above 16 Meg line?

1 Answers  


I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?

3 Answers  


How do u write test cases?

0 Answers   IBM,


study the data discriptions and answer the questions given below i)01 ORDER RECORD 05 OUT-HEADER PIC X(50) 05 ITEM-COUNT PIC 99 05 OUT-ITEM PIC X(20) OCCURS 1 TO 20 DEPENDING ON ITEM-COUNT ii)01 NAME-AND-ADDRESS 05 N-AND-A-LINE OCCURES 5 05 LINE-LENGTH PIC P9 05 N-AND-A-CHAR PIC X OCCURS 1 TO 20 DEPENDING ON LINE-LENGTH iii)01 SALES-LIST 05 SALESMAN-COUNT PIC 99 05 SALES PIC 9(6) OCCURS 1 TO 100 DEPENDING ON SALESMAN-COUNT iv)01 ORDER-RECORD 05 NO-OF-BRANDS PIC 99 05 BRAND-PURCHASED OCCURS 1 TO 15 DEPENDING ON NO-OF-BRANDS which of the following is true? a.i) and iii) are valid b.i) and iv) are valid c.i) and iii) are not valid d.all are valid

4 Answers   TCS,


What are the different rules to perform a Search?

0 Answers  


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

0 Answers   IBM,


1.What is the default print format in cobol?

5 Answers   HSBC,


What are ISOLATION LEVELS? Where do we need to specify them?

3 Answers   EXL,


DATAONLY, MAPONLY functionality?

1 Answers   IBM,


What will happen if we try to create GDG (+2) generaton instead of (+1) generation?

1 Answers  


wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?

2 Answers   EDS,


If you were passing a table via linkage, which is preferable - a subscript or an index?

3 Answers   TCS,


Categories