Why occurs can not be used in 01 level ?
Answers were Sorted based on User's Feedback
Answer / anil prajapati
occurs can not be define at 01 level because records never
repeated only fields are repeated
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / nitin
if we put occut at 01 level record will be repeated not
fields.
| Is This Answer Correct ? | 3 Yes | 1 No |
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is an in-line perform ?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
Discuss about changing dataset name in proc.
how to transfer the file from pc to mainframe??
can I copy book which contain db2 statment in procedure divion?
How can we pass data from cobol to JCl?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
what happens when a copybook variables are declared using include statement ?
wht happens if we dnt give scope terminator ?