Skip to main content

Is there any way so that we can remove commas from csv file through jcl with some utility?

  • March 17, 2021
  • 0 replies
  • 0 views

Suppose I have the below example
Name(10) age(2)
Prakash,24
The above is the CSV data so I need to remove the commas but it should also maintain the length of the field suppose the output would be -
Prakash 24
Note - word Prakash is of 6length but after removing commas it should take the space till 10 because the field length is 10.
Thanks in advance

#EnterpriseDeveloper

0 replies

Be the first to reply!