I need to create a PDS with these attributes via FTP command line: Organization = PO, Record Format = FB, Record Length = 32000, Block Size = 32000
I have attempted to use the following commands and get these responses, but am not sure if they are correct or being executed in the correct order. Any direction would be appreciated.
1. From Windows cmd line, start FTP and authenticate.
2. quote site filetype=PDS
Filetype parameter (PDS) is invalid. Filetype ignored.
3. quote site cond=catlg recfm=fb lrecl=32000 blksize=32000
SITE command was accepted
4. quote site directory=25 primary=1500 secondary=250
SITE command was accepted
5. quote site quotesoverride
SITE command was accepted
6. MKDIR TEST
Mkd fails: [Username].TEST User not authorized