I've one string with spaces ( I N D I A ). My question is I
want remove the spaces & combine in to single string without
space (INDIA).How we can write the cobol program & wich
options we need to use. Please let me know.
Answer Posted / karthik
STRING WS-NAME DELIMETED BY SPACES
INTO
OUT-VAB
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
what happens if parmparameter passes zero bytes to the program
HOw can I get the negative sign while deduct high value from low value
how to move the records from file to array table. give with code example
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between external and global variables in COBOL?
Name the sections present in data division.
What kind of error is trapped by on size error option?
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
how to refer the data field?
What is cobol?
Explain the configuration section of a cobol program with examples of syntax.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is a SSRANGE and NOSSRANGE?