Answer Posted / rohit
hi kiran ... on the last you are comparing wrong values ...
that is last value of first half 75 and first value of 2nd
half 100 (it should be 76)..... please correct ....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are different data types in cobol?
HOw can I get the negative sign while deduct high value from low value
what is s000 u4087 error? please give the all error codes in cobol,jcl.
In COBOL programming, what is PERFORM? What is VARYING?
how to access the file from prodution from changeman tool and to submit a file to production
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How to print 10 to 1 if the input have only 10 digit number?
When is inspect verb is used in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
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?