Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
strQuoteCmd = "rcmd SBMJOB CMD" & _
"(CALL PGM(FDL596)) " & _
"JOB(FDL596) " & _
"USER(" & strUserID & ") " & _
"JOBD(QGPL/USRJOBD) " & _
"CURLIB(ACSPRDDTA) " & _
"INLLIBL(*JOBD) " & _
"JOBQ(QGPL/QBATCH)"
With Ftp1
.Connect
.PutFile strSourceFile, "ACSPRDDTA/FDP576W.FDP576W"
.Quote strQuoteCmd
.Disconnect
End With