how will u find out 3rd week's 2nd day using occurs ?
Answers were Sorted based on User's Feedback
Answer / shweta
01 WS-TEMP VALUE ZEROS.
03 WS-WEEK OCCURS 5 TIMES
05 WS-DAY PIC 9 OCCURS 7 TIMES
THE THIRD WEEK AND 2ND DAY CAN BE FOUND BY WS-TEMP(3,2)
| Is This Answer Correct ? | 3 Yes | 9 No |
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?
Can we put move statement in COBOL copybook
What was removed from COBOL in the COBOL II implementation?
Describe the cobol database components?
What is COMP SYNC?
how to access vsam files in cobol and how to differentiate that this is ESDS file
What compiler option would you use for dynamic linking?
File status must be checked both while opening and reading the file or only while reading the file?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
What are some examples of command terminators?
What is Static and Dynamic linking ?