In <[email protected]>,
on 07/16/2015
   at 06:45 PM, Mike Kovach
<[email protected]> said:

>SRC = LISTDSI(''"FN1"say 

I'm surprised that you did't get an error message, e.g.,

   Unmatched "/*" or quote
   Unmatched single quote (')

Try SRC = LISTDSI("'"FN1"'")

SRC = LISTDSI("'"FN1"'" NORECALL)

If there's a variable called norecall then put it in quotes[1]

Text inside apostrophes must not have isolated apostrophes. Text
inside quotes must not have isolated quotes. 

    good:'foo '' bar'
    bad: 'foo ''' bar'
    good "foo """" bar"
    bad  "foo """"" bar"

Use trace i to ensure that you got it right.

[1] Apostrophes would work but might be confusing.


 
-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     ISO position; see <http://patriot.net/~shmuel/resume/brief.html> 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to