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
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 |
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 |
What is the compute verb? How is it used?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
Can JUSTIFIED be used for all the data types?
Differentiate COBOL and COBOL-II?
How do define dynamic array in cobol.
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
If we use GO BACK instead of STOP RUN in cobol?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
What are VS COBOL 11 special features?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?