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

can anyone explain me the concept of COMP-4 PLEASE??

2 Answers  


if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible

3 Answers   IBM,


have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..

5 Answers   TCS,


What is length is cobol?

0 Answers  


I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

1 Answers  






What is the default value(s) for an initialize and what keyword allows for an override of the default?

0 Answers  


What are the different rules to perform a Search?

0 Answers  


Write some characteristics of cobol as means of business language.

0 Answers  


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

0 Answers  


What is amode(24)?

0 Answers  


State the various causes of s0c1, s0c5 and s0c7.

0 Answers  


can we use the two 01 level in file discription ?

6 Answers  


Categories