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 is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How can a fb file convert to vb file using sort program?
Explain how can values be passed from the job stream to an executable program?
What is concatenating?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Can I share my data with other jobs? How?
Explain how can a jobs execution priority be modified?
What do you understand by jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Describe the various parameters utilized in the creation of a gdg?
When output dataset space is required, what quantity categories are used?
Explain the jcl exec statement?