Problem: Write COBOL program using STRING, UNSTRING and INSPECT verbs. While displaying results you need to display total number of characters and total number of substrings also from the given input. Use the string "Welcome to Louisiana State University" as input and accept from the job.
String , unstring, and inspect all have to be in one program.