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 |
what is a zoned decimal data type and how it will be stored?
what is the difference between external and global variables?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
what is difference between cobol and cobol/400
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
What is inspect in cobol ?
What is the difference between performing a SECTION and a PARAGRAPH?
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
How we copy a program from production region to development region.What is the process & syntax ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
0 Answers SwanSoft Technologies,
I know my query will return more than one row but I don't want cursor what should I do?