User Profile

Collapse

Profile Sidebar

Collapse
Lorebass
Lorebass
Last Activity: Oct 21 '13, 05:38 PM
Joined: Sep 16 '13
Location: Oakville, Ontario, Canada
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Lorebass
    started a topic Why is Trim() Method not trimming?

    Why is Trim() Method not trimming?

    ***Please pretend that any "-" is actually a white space.***

    I have a string DDInfo that has read a line from a text file and it says:

    " //SORTLIB DD DSN=SYS1.SORTLI B,DISP=SHR---------------------------0000380"

    I remove certain unnescesary information and come up with this:

    "DSN=SYS1.SORTL IB,DISP=SHR--------------------------"

    all i want to...
    See more | Go to post
    Last edited by Lorebass; Oct 21 '13, 02:09 PM. Reason: clarification

  • How to separate specific blocks in a text file that have the same name into one file.

    I am reading through a text file and want to break down specific blocks of text out of that text file and place it into a new text file.

    in my file:

    MEMBER NAME J20ASDF
    //-----text-----
    MEMBER NAME J15QWER
    //-----text-----
    MEMBER NAME J15QWER
    //*Comments
    //-----text-----
    MEMBER NAME J15QWER
    //-----text-----
    MEMBER NAME K23JGKD
    //-----text-----
    ...
    See more | Go to post
    Last edited by Lorebass; Oct 4 '13, 04:32 PM. Reason: clarify
No activity results to display
Show More
Working...