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
For rewrite, why is it mandatory that file needs to be opened?
What is static and dynamic call in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is amode(24)?
How arrays can be defined in COBOL?
Can a Search can be done on a table with or without Index?
What are different data types in cobol?
Are you comfortable in cobol or jcl?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you define single dimensional array and multidimensional array in your cobol?
What is the Purpose of Pointer in the string?
Name some of the examples of COBOl 11?
What is the compute verb? How is it used?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.