COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
Answer Posted / piyush kumar
We can use the reverse function in cobol for this
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Define cobol?
How do you differentiate between cobol and cobol-ii?
Can we change the password using ALTER? anyone tried and changed?
Mention the guidelines to write a structured cobol program?
How many sections are there in data division in COBOL?
What are the rules of the move verb?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
In COBOL programming, what is PERFORM? What is VARYING?
what happens if parmparameter passes zero bytes to the program
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.
how to refer the data field?
What are different data types in cobol?