I am still facing a little problem
I just wrote a job that starts a Rexx program with a special parameter, this works great but the next step of my program is
that I can input the JCL with the parameter like "sub FTPPT 081207 and this variable, if it is <> '' will be passed over to the Rexx
//* JOB STATEMENT
//S1 EXEC PGM=IKJEFT1A,DYNAMNBR=200
//SYSEXEC DD DSN=CISYSCL.REXX.EXEC,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
%FTPPT2 12121212
/*
//S1 EXEC PGM=IKJEFT1A,DYNAMNBR=200
//SYSEXEC DD DSN=CISYSCL.REXX.EXEC,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
%FTPPT2 12121212
/*
Fuuss