How do we get current date from system with century?
Answers were Sorted based on User's Feedback
Answer / aji cherian
Current date will show yymmdd format. Add 2000 to yy part.
| Is This Answer Correct ? | 5 Yes | 7 No |
Answer / avinanda mukherjee
Using current_date, it returns CCYYMMDD...
| Is This Answer Correct ? | 5 Yes | 10 No |
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
How does IDMS insure data integrity?
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
BY seeing a program how can we say that it is static call or dynamic call
How can you display the SPOOL information ?
What is SSRANGE, NOSSRANGE ?
when COMP-3 is preferrable?
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
How you can read the file from bottom?