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
Whats the difference between search & search ALL?
What is the difference between PIC 9.99 and PIC9v99?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Write the code to count the sum of n natural numbers.
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
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between external and global variables in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What kind of error is trapped by on size error option?
how do you reference the variable block file formats from cobol programs
What is a scope terminator give example?
What is the problem of ordered sequential files access?
What is the default value(s) for an initialize and what keyword allows for an override of the default?