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 type of Call you would use if you don;t want the control back to the calling program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
how to transfer the file from pc to mainframe??
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do you code Cobol to access a parameter that has been defined in JCL?
explain sorting techniques in cobol program?
What is normalisation?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between CONTINUE & NEXT SENTENCE ?