i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / vidhya
If you compile the Program using SSRANGE = Y then the,
program will fail, if not the program will not fail.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
What is inspect in cobol ?
A table has two indexes defined. Which one will be used by the SEARCH?
what is the difference between COBOL2 AND COBOL390?
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.
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.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the use of intialize verb?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Write a program to enter and display the names of students in a class using the occurs clause.
What are all the divisions of a COBOL program?
Explain how you can characterize tables in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What the difference is between continue and next sentence?
How do you differentiate between cobol and cobol-ii?