Now I'm trying to get some data both before and after the READPDS data.   My
challenge is when using the LITERAL stage the data is always at the start of
the data

I have found I can't use LITERAL as the 1st stage as PIPES objects

Here is my test code:

/* rexx */
'pipe' ,
  '| listpds test.pds' ,
  '| chop 8 | readpds test.pds' ,
  '| literal END' ,
  '| locate | cons'

Thanks


Lionel B. Dyck <><
Website: https://www.lbdsoftware.com
Github: https://github.com/lbdyck

"Worry more about your character than your reputation. Character is what you
are, reputation merely what others think you are."   - - - John Wooden

Reply via email to