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 7143input:-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 11535input:- 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 556401 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 9905input= ,,,, 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.
2294how can you identify wheather the program is using search or search all in the cobol program?
5 10883
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Why occurs cannot be used in 01 level in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
What do you understand by psb and acb?
What is the difference between goback, stop run and exit program in cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Name the divisions, which are available in a cobol program?
explain sorting techniques in cobol program?
What is the LINKAGE SECTION used in COBOL?
what happens if parmparameter passes zero bytes to the program
What is the problem of ordered sequential files access?
Discuss about changing dataset name in proc.
Define static linking and dynamic linking.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc