Define the file descriptions for input and output files, including report files. 
                  	 
               
            
            
               Restriction:  This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms. 
                  	 
               
              
            	 
            
               Syntax: for Format 1
               		
               		 FD     inputfilename|outputfilename
        [Applicable COBOL FD clauses]
               	  
            	 
            
               Syntax: for Format 2
               		
               		 FD     filename
        [Applicable COBOL FD clauses]
        REPORT IS|REPORTS ARE reportname1 [... reportname15]
               	   
            	 
             
            	 
            
               Example:
               		
               		 FD     INPUT-FILE
        LABEL RECORDS ARE STANDARD
        BLOCK CONTAINS 0 RECORDS.
 01     PART-STOCK-REC             PIC X(80).
 FD     REPORT-OUTPUT-FILE
        LABEL RECORDS ARE STANDARD
        REPORT IS STOCK-REPORT.
               	   
            
           
         
         
Comments:
Record Size = Report mock-up size (maximum 247 characters) + 1 byte for carriage control + 2 bytes for the CODE clause, if used.