If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
Answer Posted / raj
Using findrep in sort
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
input= ,,,, 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.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What type of SDLC u followed? Why?
how do you reference the printer file formats from cobol programs
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Define cobol?
Why would you use find and get rather than to obtain?
What is amode(31)
How many sections are there in data division in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Name some of the examples of COBOl 11?