OCCURS clause is used in the DATA DIVISION on data names at
(a) 01 level
(b) 77 level
(c) 88 level
(d) any level from 02 to 49
Answer Posted / venkat
d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of condition in cobol and write their forms.
What is the difference between Global and External Variables?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is comp-1 and comp-2?
how do you reference the fixed unblock file formats from cobol programs
how to convert the recors form vsam file to db2 table tru file aid
what is the use of outrecord?
How can you get the ksds file records into your cobol program?
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 the LINKAGE SECTION used in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what is the difference between COBOL2 AND COBOL390?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?