how will u find out 3rd week's 2nd day using occurs ?
Answer Posted / ginni
Sweta you cant use WS-TEMP because only the field_name in
the last occurs clause or an element in a level below it
can be used to refer to the table.
So it will be WS-DAY (3,2).
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
What the difference is between continue and next sentence?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Have you used comp and comp-3 in your project? And how?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are declaratives and what are their uses in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How to remove 2 duplicate records and copy only one using job control language?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How can you get the ksds file records into your cobol program?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need