in the TIME parameter we r giving hours r minutes
Answers were Sorted based on User's Feedback
Answer / satyanarayana
time = (1,2)
1 = minutes
2= seconds
we dont mention the hours
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / mahii
time =(10,4)
10 = MINUTES
4= SECONDS
BY DEFAULT ITS IS 1440
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sushant kumar mohanty
TIME=(MINUTES,SECONDS)
MINUTES<=1440 and SECONDS<60
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / reddyp
I checked in my environment time = (1,10) means
1 hour and 10 mnts.
In many books they will specify as (mints ,secs)
| Is This Answer Correct ? | 1 Yes | 8 No |
What is Static and Dynamic linking ?
What is SDSF?
subscript and index r not coded in u r application program what will happen?
What does the initialize statement do ?
can I copy book which contain db2 statment in procedure divion?
How do u know what version of cobol u are using?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
what are the isolation levels and where we use it in the db2 program
Differentiate between structured cobol programming and object-oriented cobol programming.
1.What is the limit of linkage section?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?