i have a string of 80 chars i want to replace 4th char with "a"?
Answer Posted / deepak dada, jaipur
not sure but
inspect string replacing string(4:1) by 'a'
might work
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How can a fb file convert to vb file using sort program?
Give the syntax of job specifying jcl statement.
Explain the hierarchy levels in jcl?
What is the function of the steplib dd statement?
define cond parameter in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
Explain in DD statement what is the use of DCB parameter?
What is the purpose of dd * statement in jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Is automatic restart possible in jcl?
What is multithreading in jcl?
in ways data can be passed to a COBOL program from JCL?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How can the disposition of sysout datasets be set for an entire jobstream?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY