To code Java and deploy it to the MF I need to: pre-requisites: A) I need MF access to TSO (MVSF as the TSO envirment) UserId/Password B) I need access to the USS within MVS my USS Home Dir has been created, and I have access to it /u/user90x <- the HOME DIR for each user 1) I need to code Java on my PC, it need to compile 2) I need to deploy (FTP, Copy) to the MF 3) I need to create a run... A) I can use RDz (Eclipse) and access the Eclipse debugger I will not be able to do this in production B) I can create a Unix Shell script and execute it C) I can write JCL to submit the job This is what production expects 4) as part of setting up the run, I need to pass data into the run A) I can use a property file B) I can pass the data as command line arguments C) I can create JCL DD cards and pass the data that way