What is rmode(any) ?


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

Post New Answer

More COBOL Interview Questions

which is better either static call or dynamic call? and why?

5 Answers   HCL,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?

6 Answers   Xansa,


Write a program to explain size error.

0 Answers  


what is ASRA, AEY9?

2 Answers   IBM,


There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.

1 Answers   Mind Tree,






explain sorting techniques in cobol program?

0 Answers  


1.What is the default print format in cobol?

5 Answers   HSBC,


What is the difference between Call and a Link?

0 Answers  


Under which scenario you would go for a static call as opposed to dynamic call?

5 Answers   TCS,


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above

7 Answers   TCS,


When is a scope terminator mandatory?

3 Answers  


Categories