What is the difference between Global and External Variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??

2 Answers   HCL,


01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?

7 Answers   Patni,


) what is the difference between AID and HANDLE AID?

0 Answers   IBM,


What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


How does IDMS communicate with CICS?

1 Answers   Covansys, Satyam,






in how many mode we can open a file ?

4 Answers  


i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)

3 Answers   Cap Gemini, Mind Tree,


describe 805 error

6 Answers   DELL,


what is the difference between Plan & package

3 Answers   IBM,


How do you reference the fixed block file formats from cobol programs

0 Answers  


i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS

4 Answers   Infosys,


is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon

2 Answers   Patni,


Categories