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 / aruna
both the ans are coreect.in reshma's ans directly we can
write corr mve statement behalf of those 3move
statements.simply we can write move corr input-date to
output-date.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
What is the difference between structured cobol programming and object alternativelyiented cobol?
what happens if parmparameter passes zero bytes to the program
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
In which area will you utilize 88 level items in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is link edit in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Explain what you understand by passing by value.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What the difference is between continue and next sentence?
) How do u handle errors in BMS macro
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between comp and comp-3?