Answer Posted / vineet pasricha
no you cant use occurs clause on 66 77 88 01
66 is for Rename
77 is for stand alone variables
88 is for indicators
you can use occur clause on 02 - 49
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
How do you differentiate between cobol and cobol-ii?
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.
Mention the guidelines to write a structured cobol program?
how do you reference the rrds file formats from cobol programs
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?
what happens if parmparameter passes zero bytes to the program
how to access the file from prodution from changeman tool and to submit a file to production
Why did you choose to work with ibm mainframe cobol programming?
Are you comfortable in cobol or jcl?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do define dynamic array in cobol.
how do you reference the ksds vsam file formats from cobol programs
Name the sections present in data division.
what are decleratives in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?