On Mon, 23 Jun 2014 17:10:29 -0500, Mike Schwab wrote:

>Try //ddname DD *,RECFM=VB,LRECL=259,BLKSIZE=0
>
Gives me:

********************************* TOP OF DATA 
*************************************************
 STMT NO. MESSAGE                                                               
               
       11 IEFC009I KEYWORD RECFM IS MUTUALLY EXCLUSIVE WITH KEYWORD SYSIN ON 
THE DD STATEMENT  
******************************** BOTTOM OF DATA 
***********************************************

... which is one of the documented possible consquences.

"KEYWORD SYSIN"  WTF!?  I don't see no keyword "SYSIN".

Omitting the RECFM:

//SYSUT1    DD  *,SYMBOLS=CNVTSYS,DCB=(LRECL=259,BLKSIZE=2590)

... once again gives:

********************************* TOP OF DATA 
******************************************************
DATA SET UTILITY - GENERATE                                                     
                  PA
IEB352I WARNING: ONE OR MORE OF THE OUTPUT DCB PARMS COPIED FROM INPUT          
                    
                                                                                
                    
IEB351I I/O ERROR ,JCLSYM  ,STEP    ,JES ,I,SYSUT1  ,READ  ,WRONG LEN 
RECRD,**************,BSAM     
******************************** BOTTOM OF DATA 
****************************************************

... It's not clear what the effect of specifying LRECL is (supposed to be).  
Which
is why I submitted an RCF.

Suitable JESRECFM and JESLRECL for FTP work.  I suspect these are reflected
in attributes of INTRDR.

-- gil

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

Reply via email to