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
In which area will you utilize 88 level items in cobol?
What is inspect in cobol ?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How do you reference the following file formats from cobol programs?
How to know whether the module is dynamical or statistical?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between perform … with test after and perform … with test before?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.