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
What are the rules employed while naming the steps in a job?
What does a disposition of (new,catlg,keep) for a dsn mean?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how you can direct the data to spool using SYSOUT option?
Name what parameter directs the output of the job log dataset?
What do you understand by the term job time – out and how can you overcome that?
when does a dataset go uncataloged?
define cond parameter in jcl?
what is SOC4 error?
Explain how can a jobs execution priority be modified?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Brief description of inline procedure of jcl.
What is the format of comment statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?