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 is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

0 Answers  


What is length is cobol?

0 Answers  


Can a Search can be done on a table with or without Index?

0 Answers  


How many divisions we have in Cobol ?

4 Answers   Wipro,






PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...

5 Answers   iGate,


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...

2 Answers   ITC Indian Tobacco Company, PNP, TCS,


if we have a 10 steps how to override the 4th step in jcl?

2 Answers   Hewitt,


can we declare occurs in 01 level?

2 Answers   Temenos,


what are the diferences b/w sub-script and index?

4 Answers  


How do pass the values to the parameters in cobol

2 Answers  


Categories