How do we get current date from system with century?
Answer Posted / aji cherian
Current date will show yymmdd format. Add 2000 to yy part.
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Explain the configuration section of a cobol program with examples of syntax.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
what is the difference between COBOL2 AND COBOL390?
Difference between cobol and cobol-ii?
What is perform what is varying?
Explain what you understand by passing by value.
What is inspect in cobol ?
How do you get the data to code the BMS macro?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the difference between Global and External Variables?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is comp-1 and comp-2?
Describe the cobol database components?
In which area will you utilize 88 level items in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?