Author: RahulG31
Subject: Reply to: how to split records based on specific value using SORT
Posted: Wed Sep 28, 2016 9:57 am (GMT 5.5)
That's true Kerry. The TS mentioned that he had 'a' record. Since he didn't mention that he had a number of those records, I assumed that there is only a single record. In that case, the position/length is fixed and it is easy to use only the OUTFIL slash (/) operator.
If the position is Not fixed then it can be made fixed by using PARSE (as you had mentioned) and then use OUTFIL slash (/).
.
Subject: Reply to: how to split records based on specific value using SORT
Posted: Wed Sep 28, 2016 9:57 am (GMT 5.5)
That's true Kerry. The TS mentioned that he had 'a' record. Since he didn't mention that he had a number of those records, I assumed that there is only a single record. In that case, the position/length is fixed and it is easy to use only the OUTFIL slash (/) operator.
If the position is Not fixed then it can be made fixed by using PARSE (as you had mentioned) and then use OUTFIL slash (/).
.