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 |
What is the difference between structured cobol programming and object alternativelyiented cobol?
I know my query will return more than one row but I don't want cursor what should I do?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
wht r the advantages of 77 level number ?
How do you set a return code to the JCL from a COBOL program?
Difference between next and continue clause
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
record length in spool?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
How do you define a variable of comp-1 and comp-2?
how do u list the abended jobs?
When is inspect verb is used in cobol?