01 a pic 9(9v99)
01 b pic 9(9.99)
wht will be the stored vales in both cases
Answer Posted / chandrakant sinha
3 and 4
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
Whats the difference between search & search ALL?
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.
explain sorting techniques in cobol program?
How do you reference the fixed block file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
example for sub strings ? and refernce modifications whit output pls
What are the pertinent COBOL commands?
What is redefines clause in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Explain what you understand by passing by value.