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 6956input:-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 11302input:- 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 547801 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 9708input= ,,,, 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.
2221how can you identify wheather the program is using search or search all in the cobol program?
5 10722
How do you get the data to code the BMS macro?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
how do you reference the ksds vsam file formats from cobol programs
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
) How do u handle errors in BMS macro?
For rewrite, why is it mandatory that file needs to be opened?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Define cobol?
How do you reference the fixed block file formats from cobol programs
When is inspect verb is used in cobol?
how do you reference the printer file formats from cobol programs
What rules are to be followed while using the corresponding options?
What are the pertinent COBOL
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?