home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / cmspipl / 799 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.5 KB  |  43 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!PSUHMC.BITNET!SBROOKS
  3. Message-ID: <CMSPIP-L%93012710533351@VM.MARIST.EDU>
  4. Newsgroups: bit.listserv.cmspip-l
  5. Date:         Wed, 27 Jan 1993 10:37:51 EST
  6. Sender:       VM/SP CMS Pipelines Discussion List <CMSPIP-L@MARIST.BITNET>
  7. From:         Scott Brooks <SBROOKS@PSUHMC.BITNET>
  8. Subject:      Re: Packed data.
  9. In-Reply-To:  Message of Wed, 27 Jan 1993 09:41:52 LCL from <PIPER@VNET>
  10. Lines: 31
  11.  
  12. Thanks for the responses!  I was able to get by my problem by using
  13. a suggestion from Melvin to use C2X and XLATE:
  14.  
  15. SPEC 1-22 1  23-27 C2X NEXTWORD 28-* NEXTWORD | XLATE 33-33 D -
  16.  
  17. So thanks John for the ideas below john to use SPEC and XLATE.  I tried
  18. strliteral, c2p, and xi but all of these were not valid for me in Pipes.
  19. I'll read up on the chapter you suggested when I get some time -
  20. hopefully it will will in the gaps for me on strliteral, c2p, and xi.
  21.  
  22. Scott
  23.  
  24. On Wed, 27 Jan 1993 09:41:52 LCL John P. Hartmann said:
  25. > RE: Packed data.
  26. >
  27. > I can do this
  28. >
  29. >   pipe strliteral x001075667d | spec 1-* c2p | xi
  30. >  >-001075667.
  31. >   pipe strliteral x001075667d | spec 1-* c2p(2) | xi
  32. >  >-0010756.67
  33. >
  34. > So I don't do what you ask for (I also give the sign).
  35. >
  36. > Now, I hope *you* will be able to do this too some time in the future.
  37. >
  38. > For now, you can find packed conversion done with SPEC and XLATE in
  39. > SQLSELECT REXX.  It is touched on in SL26-0018-1 in the chapter
  40. > about using SQL.
  41. >
  42. >     j.                                                john@vnet.ibm.com
  43.