i have a string of 80 chars i want to replace 4th char with "a"?
Answer Posted / krishna
Move the sting in to a variable Eg to WS-String
then
Move 'a' to ws-string(4:1)
hope this will work
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Explain the job statement in jcl?
Mention the types of job control statements?
Which statement is used to identify the private libraries in job?
In sms datasets, what is the function of the dd mgmtclas keyword?
What are some jcl statements that are not allowed in procedures?
Where can program checkpoints be stored for use in a restart?
What is the format of comment statement?
Why include statement is used in a jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What do you understand by the terms: joblib and steplib?
Explain the function of the dd dcb keyword?
What is the purpose of disp parameter?
what is the JCL statement consists of?
What are the 2 types of parameters in dd statement?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?