COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
Answer Posted / chavanbb33
plz send me the program , how it works
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
In COBOL, what is the different between index and subscript?
Why occurs cannot be used in 01 level in COBOL?
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 MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
) How do u handle errors in BMS macro?
What are the various section in data division and briefly explain them.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the variable block file formats from cobol programs
how to convert the recors form vsam file to db2 table tru file aid
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How to know whether the module is dynamical or statistical?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Can a Search can be done on a table with or without Index?