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.
//*STEP01 CHECK FOR DATA TO FTP
//*
//STEP01 EXEC PGM=FILECHK4,PARM=16
//SYSOUT DD SYSOUT=*
//FILECHK DD DSN=PRD1.LVL6.FILENAME.#14,DISP=OLD
//*
//FCHK1 IF (STEP01.RC = 0) THEN
//STEP02 EXEC PGM=FTP,PARM='-v (EXIT '
//SYSMDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//OUTPUT DD SYSOUT=*
//NETRC DD DSN=PROD.LVL6.CTLLIB(FT0)
//INPUT DD DSN=PROD.LVL6.RPTLIB(FT6)
//*
//FCHKEND1 ENDIF
//*