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 |
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
What are the ways you can generate a copybook?
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 access the a[0] in the array ?
How are the next sentence and continue different from each other?
What is the difference between static call & Dynamic call?
What should be the sorting order for SEARCH ALL?
What is perform what is varying?
s9(18) comp-3:: What is the size of memory it takes internally?