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 get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How to print 10 to 1 if the input have only 10 digit number?
How do you reference the fixed block file formats from cobol programs
How do get the result of your program directly on your pc?
Give some examples of command terminators?
How you can read the file from bottom?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to remove 2 duplicate records and copy only one using job control language?
What is the usage of comp fields in cobol?
What guidelines should be followed to write a structured cobol prgm?
Why did you choose to work with ibm mainframe cobol programming?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What type of SDLC u followed? Why?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
what is search and searchall?what is the diffrence between them?give an best example?