how to display date in reverse order if the pic clause of
the is numeric
suppose date is 09032010 ==> need to print in 20100309
(pic clause is numeric)
Answer Posted / mf123
Thanks Reshma, ur absolutely correct,
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the different data types in cobol?
What is cobol?
What are the different types of condition in cobol and write their forms.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the usage of comp fields in cobol?
How you can characterize tables in cobol?
how do you reference the printer file formats from cobol programs
How do get the result of your program directly on your pc?
Mention the guidelines to write a structured cobol program?
how do you reference the rrds file formats from cobol programs
Write some characteristics of cobol as means of business language.
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 ?
What is a SSRANGE and NOSSRANGE?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Which mode is used to operate the sequential file?