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.."

Answers were Sorted based on User's Feedback



i friends greetings to the day...!!! I face a quation like"while runnig the programe every da..

Answer / 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

i friends greetings to the day...!!! I face a quation like"while runnig the programe every da..

Answer / muneer

I have No clarity ----But based on my view iam giving a idea

we can select data using the date field

Is This Answer Correct ?    1 Yes 0 No

i friends greetings to the day...!!! I face a quation like"while runnig the programe every da..

Answer / gopalimf

High priority .........!!!

Is This Answer Correct ?    0 Yes 0 No

i friends greetings to the day...!!! I face a quation like"while runnig the programe every da..

Answer / krishna

No clarity in the question....

solution will depend on,where the previous day data is
getting stored??

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What COBOL construct is the COBOL II EVALUATE meant to replace?

1 Answers  


how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)

6 Answers  


Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?

3 Answers   IBM, UST,


how we separate the cobol cics statements from cobol&cics programming?

1 Answers   Valtech,


Can we use redefine clause in occurs clause?

10 Answers  


How do you reference the following file formats from cobol programs?

1 Answers  


What is EIBCALEN? Why it is used?

9 Answers   ADP,


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1 Answers   IBM,


What is the use of EVALUATE statement?

4 Answers   Tesco,


What is 77 level used for ?

12 Answers   IBM, iGate,


When is a scope terminator mandatory?

3 Answers  


How is sign stored in Packed Decimal fields and Zoned Decimal fields?

6 Answers   ABC, HCL, TCS,


Categories