How do you fetch current date in normal cobol pgm and in
cobol-db2 pgm?
Answer Posted / v@m$i
Mr sharath small suggestion.
u r logic is correct.
but use current date instead of date in normal program.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
What is a report item?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how do you reference the variable block file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to know whether the module is dynamical or statistical?
How you can read the file from bottom?
Define cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How do u write test cases?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Explain about different table spaces.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?