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 / sreenadh, margadarsi computers
d is correct answer, because occurs clause can not be used
for 01 and 77, 88 levels
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How do you differentiate between cobol and cobol-ii?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
A table has two indexes defined. Which one will be used by the SEARCH?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how do you reference the ksds vsam file formats from cobol programs
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Explain what you understand by passing by value.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
how do you reference the fixed unblock file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
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.
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.