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
List in order the hierarchical levels of jcl?
what is JCL?
Where can program checkpoints be stored for use in a restart?
define cond parameter in jcl?
Is it possible to left uncode disp?
What do you know about jcl?
Give the syntax of job specifying jcl statement.
Explain the function of dd name parameter with a 2 part structure; audit.report?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
in ways data can be passed to a COBOL program from JCL?
what is the compile process of cobol program expalin with code
What happens if both JOBLIB & STEPLIB is specified ?
What is the significance of addrspc parameter in the exec statement?
What is catelog procedure and how many catelog procedure to use in one job?