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
Answer Posted / supriya shree
all the above
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is amode(24), amode(31), rmode(24) and rmode(any)?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
) what is the difference between AID and HANDLE AID?
Differentiate between structured cobol programming and object-oriented cobol programming.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
example for sub strings ? and refernce modifications whit output pls
What is the difference between perform … with test after and perform … with test before?
What is an in line perform? When would you use it? Anything else you wish to say about it.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Name the divisions, which are available in a cobol program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?