Posted: Mon Sep 15, 2014 4:04 am Post subject: To remove additional spaces before continuation character
Hi all,
we meet one issue that continuation character is out of 72 column for one prm member after doing macro replacement, can we have a way to leave just one space or remove all spaces before the continuation character for some members of one PDS.
Code:
EX '&PRMLIB.(IEFBATRX)' -
'&DBSYSID. TESTPROG &CTRY.AAA&DBPFX1.'
the continuation character can appear in any position of ending space.
the desired result:
Code:
EX '&PRMLIB.(IEFBATRX)' -
'&DBSYSID. TESTPROG &CTRY.AAA&DBPFX1.'
Hi Kolusu,
I have coded it as per your suggestion, one more question, i would like to change some members from one PDS lib, if they have such issues. Can we use DFSORT to do it?
You did NOT code what I suggested. Why do you need a FINDREP and JFY? A single JFY will do.
Lean wrote:
i would like to change some members from one PDS lib, if they have such issues. Can we use DFSORT to do it?
DFSORT works with 1 member at a time. So you need to pass the member names of all the members you want to change. _________________ Kolusu
www.linkedin.com/in/kolusu
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum