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

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?

2 Answers   ADP,


CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?

1 Answers  


example for sub strings ? and refernce modifications whit output pls

0 Answers   College School Exams Tests, IBM,


Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.

4 Answers   TCS,


Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

1 Answers  






if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.

1 Answers   IBM,


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


can we redefine 77 level item is it possible

4 Answers   HCL,


Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.

12 Answers   CTS, Wipro,


Whats the use of Examine command? can someone help me?

1 Answers   IBM,


what is s000 u4087 error? please give the all error codes in cobol,jcl.

0 Answers  


Differentiate between structured cobol programming and object-oriented cobol programming.

0 Answers  


Categories