i friends greetings to the day...!!! I face a quation
like"while runnig the programe every day i have to access
the previous day updates only...!! Ex:- Let last day 100
customers took bank account i have to select those
customers only.."
Answer Posted / sa
If the database is getting updated daily with the records,
next day you can write the query which will have records
only for the current day.
Select * from Lib/Database
where WS-Date > Give the date when the database is last updated
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Mention the guidelines to write a structured cobol program?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What rules are followed by the search verb.
what are decleratives in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How do you get the data to code the BMS macro?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
how do you reference the printer file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how to access the file from prodution from changeman tool and to submit a file to production
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to print 10 to 1 if the input have only 10 digit number?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How you can characterize tables in cobol?