Getting error 500 unknown command:SITE FIXrecfm when using FTP put jcl to upload dump to Broadcom case
search cancel

Getting error 500 unknown command:SITE FIXrecfm when using FTP put jcl to upload dump to Broadcom case

book

Article ID: 373039

calendar_today

Updated On:

Products

Spool Endevor Common Services Output Management Web Viewer View Easytrieve Report Generator Dispatch Output Mgmt

Issue/Introduction

EZA1460I Command:
EZA1736I put  'HLQ.SVCDUMP.ETC' 'SVCDUMP.FILE'
EZA1701I >>> SITE FIXrecfm 1024 LRECL=1024 RECFM=FB BLKSIZE=27648
500 unknown command:SITE FIXrecfm 1024 LRECL=1024 RECFM=FB BLKSIZE=27648

Resolution

Needed to add parm SENDSITE before PUT command .....


//FTP      EXEC PGM=FTP,REGION=0K
//SYSPRINT  DD  SYSOUT=*
//SYSTCPD   DD  DISP=SHR,DSN=HLQ.TCPIP.TCPIP.DATA
//OUTPUT    DD  SYSOUT=*
//INPUT     DD  *
supportftp.broadcom.com
[email protected]
password      
CD /SITEID/CASENO/files_from_customer
bin 
SENDSite   
LOCSITE FWFRIENDLY
put 'HLQ.SVCDUMP.ETC' SVCDUMP.FILE
quit
/*

Additional Information

This applies to all Broadcom products when using FTP jcl to upload files to Broadcom support case.