In <[EMAIL PROTECTED]>,
on 04/07/2008
   at 09:05 AM, "Hunkeler Peter (KIUK 3)"
<[EMAIL PROTECTED]> said:

>>//SYSEXEC  DD  DISP=(OLD,PASS),DSN=&&amp;SYSEXEC

>Trying the &amp;, I get:
>       IEFC620I UNIDENTIFIABLE CHARACTER a ON THE DD STATEMENT
>       IEFC620I UNIDENTIFIABLE CHARACTER m ON THE DD STATEMENT
>       IEFC620I UNIDENTIFIABLE CHARACTER p ON THE DD STATEMENT
>       IEFC620I UNIDENTIFIABLE CHARACTER ; ON THE DD STATEMENT

>What's the secret here?

Use HTML syntax for HTML and JCL syntax for JCL. That '&amp;' is HTML
syntax and has no place in JCL. Use

//SYSEXEC  DD  DISP=(OLD,PASS),DSN=&&SYSEXEC

or

//SYSEXEC  DD  DISP=(OLD,PASS),DSN=&SYSEXEC
 
-- 
     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: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to