How do we get current date from system with century?
Answer Posted / avinanda mukherjee
Using current_date, it returns CCYYMMDD...
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What is perform what is varying?
What is the usage of comp fields in cobol?
What is the difference between Global and External Variables?
How many bytes S(8) comp field occupy and its maximum value?
What is the problem of ordered sequential files access?
What is the difference between comp and comp-3?
Explain the configuration section of a cobol program with examples of syntax.
Mention the guidelines to write a structured cobol program?
How you can read the file from bottom?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Differentiate between structured cobol programming and object-oriented cobol programming.
In COBOL programming, what is PERFORM? What is VARYING?
What is difference between static and dynamic call in cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.