What care has to be taken to force program to execute above
16 Meg line?



What care has to be taken to force program to execute above 16 Meg line?..

Answer / guest

you will take amode(31)and rmode(any).

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why

3 Answers  


in cobol perform stmt whether it first checks the condition or not

9 Answers  


How to remove 2 duplicate records and copy only one using job control language?

0 Answers  


ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete

4 Answers   TCS,


WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  






What is amode(31)

0 Answers  


How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?

3 Answers   Cap Gemini, CTS,


how can u redefine picx(10) with pic 9(6).

3 Answers   TCS,


how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........

4 Answers   Wipro,


When and how can we use index & subscript ?

2 Answers  


how to know that the file has 300 records how to acess it?

0 Answers   Hewitt, TCS,


can I copy book which contain db2 statment in procedure divion?

2 Answers   Bank Of America,


Categories