why occurs clause not mentioned in 01 level
Answer Posted / m
we have 2 types of redefines
1. Explicit redefines -- we generally use in our cobol
logic using redefine keyword.
2. Implicit redefines -- system redefines its spaces
accordingly .. eg: the variable/record defined with 01
level are usually redefined by the system.
this is th ereason why we wont define occurs clause @ 01
level
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between structured cobol programming and object alternativelyiented cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How many bytes S(8) comp field occupy and its maximum value?
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 are the rules of the move verb?
Mention the guidelines to write a structured cobol program?
how do you reference the variable block file formats from cobol programs
How are the next sentence and continue different from each other?
Explain what you understand by passing by value.
What is the difference between goback, stop run and exit program in cobol?
What is the difference between comp and comp-3?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between binary search and sequential search?
A table has two indexes defined. Which one will be used by the SEARCH?