View previous topic :: View next topic
|
Author |
Message |
mitha
New User
Joined: 01 Dec 2021 Posts: 19 Location: India
|
|
|
|
Hii All,
I need a clarification to skip the record using sort cond.
Input file:
122700000001705313
122700000001706455
122700000001706869
122700000001706910
Expected output:
0001705313
0001706455
0001706869
0001706910
What condition I need to use to skip these unwanted number and store in my output file?
Please share your thoughts |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
First , It’s not a skipping the records. You want to format the records and for that use INREC BUILD =().
Please use code tags going forward when representing any data or code.
Moved to student sections. |
|
Back to top |
|
|
|