input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
4 4820input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
6 8675input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
1 428401 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
TCS,
5 7262input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
1602how can you identify wheather the program is using search or search all in the cobol program?
5 8454
how do you define single dimensional array and multidimensional array in your cobol?
What are literals?
What the difference is between continue and next sentence?
Can a Search can be done on a table with or without Index?
What are declaratives and what are their uses in cobol?
what is difference between cobol and cobol/400
What are the different types of condition in cobol and write their forms.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the different rules for performing sort operation?
Write a cobol program making use of the redefine clause.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Name the divisions, which are available in a cobol program?
How do you get the data to code the BMS macro?
What is the local-storage section?
Which mode is used to operate the sequential file?