Having installed C:D and secure+, created CSR and got it signed and installed I needed to check to see if C:D would work.

This is what I used from the “direct” command line program as the “cduser”.

Direct> submit proctest
process
pacct="test submission"
snode=BBSA
step1 copy from ( file=/tmp/test.txt pnode )
compress
to ( file=/tmp/test.txt snode )
pend;

When run, you will get a process number, and you can check the process run using the command:

sel stat pnum=x det;

Where x is the process number.

To submit a binary transfer: –

Direct> submit proctest
process
pacct="test submission"
snode=BBSA
step01 copy from ( pnode file=/tmp/bbsa_test.txt sysopts=":datatype=binary" )
to ( snode dsn=DETM.CP34S.MP.MPCP1506.BCI.BBSAGOLD )
pend;