Answer Posted / shashank
in case of numeric variable it makes default value to zero
and in case of alphanumeric or alphabetic it makes default
value to spaces.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the different data types in cobol?
IF I mention stop run in CICS what happens?
How many sections are there in data division in COBOL?
) How do u handle errors in BMS macro?
What is a report item?
What are the different rules of SORT operation?
What is the difference between Call and a Link?
What are the rules of the move verb?
what is the difference between COBOL2 AND COBOL390?
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.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is inspect in cobol ?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do u write test cases?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?