give the examples for strings and unstrings in cobol
Answer Posted / mohan.ch
string-add the 2 or more ws-vars to one ws-var
eg:-string ws-var1,ws-var2,ws-var3,ws-var4
into ws-var5
wel'
come,
to,
india
o/p wel come to india
unstring-split the varables to multiple
reverse of srting
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
) How do u handle errors in BMS macro
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
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
Describe the cobol database components?
how to convert the recors form vsam file to db2 table tru file aid
How do you reference the following file formats from cobol programs?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is difference between static and dynamic call in cobol?
How to know whether the module is dynamical or statistical?
What is the use of intialize verb?
How do we get current date from system with century in COBOL?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how can i see junk values in dclgen or in hostvariable of comp ?