Answer Posted / gadde.mohan krishna
Elementary level item. Cannot be subdivisions of other items
(cannot be qualified), nor can they be subdivided themselves.
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what is search and searchall?what is the diffrence between them?give an best example?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
In which area will you utilize 88 level items in cobol?
explain sorting techniques in cobol program?
How do you differentiate between cobol and cobol-ii?
What is the difference between structured cobol programming and object alternativelyiented cobol?
what are decleratives in cobol?
What are the different types of condition in cobol and write their forms.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are different data types in cobol?
Explain the configuration section of a cobol program with examples of syntax.