Answer Posted / anil prajapati
it is stored in most significant bits
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the access modes of START statement?
How do define dynamic array in cobol.
What are 77 levels used for?
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.
Define cobol?
In COBOL programming, what is PERFORM? What is VARYING?
What is the local-storage section?
Why occurs cannot be used in 01 level in COBOL?
What is the difference between perform … with test after and perform … with test before?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is link edit in cobol?
) How do u handle errors in BMS macro?
What is report-item in COBOL?
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)?
Write a program that uses move corresponding.