


        I am a Java Developer writing code on my work PC, 
        deploying it to the IBM Mainframe.
        
        
        I should include Deployment Notes:
        
        these notes should include:
        
        the full name of the Entry class
        this needs to include the package name and the class name
        
        the name of the Jar file holding the entry point class
        
        any relative paths used by my Java code:
          property files
          log files
          etc
          
        any 3rd party frameworks required for run, and the version
        
        If my code is invokes via Unix Shell script, I need to provide
        all the details (name, path, permissions, etc)
        
        If my Java has a DD card name in the source, I need to list those DD card
        
        I need to document any Java Command Line arguments the code is expecting
        
        I need to document property file name and contents
        
        I need to document any return code my Java code generates System.exit(...)
        
        I need to document the log location and contents senstivity, it is common
          to create a seperate log for security
        
        
        
        
        
        
