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
What are the pertinent COBOL commands?
What are the different rules of SORT operation?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How arrays can be defined in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between Call and a Link?
What is cobol?
Explain how to differentiate call by context by comparing it to other calls?
Difference between cobol and cobol-ii?
What is a SSRANGE and NOSSRANGE?
how do you reference the variable unblock file formats from cobol programs
What are declaratives and what are their uses in cobol?
Name the sections present in data division.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
what is search and searchall?what is the diffrence between them?give an best example?