It's most assuredly NOT OK. You need to re-think your concatenations and
how you hope to use them. The message is completely and deadly accurate.
Claudio Marcio wrote:
Hi
after commands DDLIST and MEMBER BRAS appears:
6000 400 FB PO > BOOKMAN.SEOYAENU
+-----------------------------------------------------------------------------+
| Warning: ISRDDN has detected that one or more concatenations,
including DD |
| name ISPPLIB contain mixed record formats, organizations, or fixed
record |
| lengths. Reading from allocations containing different types of data
sets |
| can cause I/O errors, ABENDs, or other unpredictable results. For
further |
| information, see the z/OS documentation on using data sets. Enter
CHECK OFF |
| to disable this check. |
+-----------------------------------------------------------------------------+
it´s is ok or not?? what the next step??
regards
----- Original Message ----- From: "Paul Gilmartin"
<[EMAIL PROTECTED]>
Newsgroups: bit.listserv.ibm-main
To: <[email protected]>
Sent: Sunday, October 12, 2008 4:30 PM
Subject: Re: REXX error
On Sun, 12 Oct 2008 15:52:28 -0200, Claudio Marcio wrote:
I´m using the ex command see below:
VIEW BRATIME.TIME.CHRIST ---------------> my dataset
Command ===>
Name Prompt Size Created
___EX______ BRAS *Edited 34 2008/09/09 ---- -> dataset
member
| **End**
|
|----> A command entered or contained in a CLIST has invalid
syntax.
You're apparently using ISPF (or are you editing it under
ISPF and running it in batch?) So:
on a command line, type
DDLIST
On the command line of the resulting display, type
MEMBER BRAS
In what DDNAME(s) and catenand(s) is is found?
Your script may have been in SYSPROC rather than in
SYSEXEC (or in both, or in two catenands of one).
If not in SYSEXEC, it may lack the "/* REXX */" initial
comment (must be on the first line).
-- gil
----------------------------------------------------------------------
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
----------------------------------------------------------------------
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
----------------------------------------------------------------------
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