Answer Posted / raj
A-mode is addressing mode options(24|31|ANY)
R-mode Residence mode Options(24|31|Any)
These are compiler option and are site specific.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between comp and comp-3?
What is the local-storage section?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What are literals?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between Global and External Variables?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between goback, stop run and exit program in cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
what is difference between cobol and cobol/400