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 / ashwani
With the help of Unstring delimited by ' ' , you can do so
Please correct me if i am wrong............
Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
Write some characteristics of cobol as means of business language.
State the various causes of s0c1, s0c5 and s0c7.
What are the different rules of SORT operation?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the local-storage section?
Discuss about changing dataset name in proc.
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between perform … with test after and perform … with test before?
What is amode(24)?
Write a program to explain size error.
What is the difference between PIC 9.99 and PIC9v99?