Answer Posted / app
Suppose ther are two strings
string1=Anne
string2=Marrie
The command to concanate above strings is
String string1 delimited by size
string2 delimited by size
into string3
end-string.
string3 would contain-Anne Marrie
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
What are the access modes of START statement?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
explain sorting techniques in cobol program?
Why occurs cannot be used in 01 level in COBOL?
What is cobol?
Which mode is used to operate the sequential file?
What is rmode(24)
What is the difference between goback, stop run and exit program in cobol?
Discuss about changing dataset name in proc.
What is the use of intialize verb?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
i need a small 3d program using inline and outline.
What is the LINKAGE SECTION used in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?