Answer Posted / siri
USING STRING KEY WORD TO CONCATENATE ONE OR MORE STRINGS....
FOR EXAMPLE I WANT TO 'RENU-SHIVA'
WORKING-STORAGE SECTION.
01 NAME1 PIC X(10) VALUE 'RENU'
01 NAME2 PIC X(10) VALUE 'SHIVA'
01 NAME3 PIC X(20)
PROCEDURE DIVISION.
STRING NAME1 DELIMITE BY '' '-' DELIMITED BY SIZE NAME2
DELIMITED BY '' INTO NAME3..
DISPLAY NAME3.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
Name some of the examples of COBOl 11?
how to refer the data field?
For rewrite, why is it mandatory that file needs to be opened?
Which is not true about evaluate statement
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Whats the difference between search & search ALL?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is Pic 9v99 Indicates in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
) what is the difference between AID and HANDLE AID?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that