JOB NAME:   LLDA - EDUSERV WEEKLY MASTER FILE LOAD

JOB PURPOSE:   This job defines the new student loan master VSAM file, then loads a new 
	version from a tape provided by EduServ.

JOB SUBMISSION:
	*Normal Run Frequency:  Once per week, whenever EduServ sends the University a 
	new version of CU's loan master file.
 
	*Conflicts:  This job should NOT be run while any LL prefixed jobs, TSUD$ or TSVC$ 
	are running.  

	*Dependencies:  Run any LL prefixed jobs for the day/night after this job completes 
	successfully.      
                                
	*Run Considerations:  This job reinitializes the weekly loan master VSAM file.  If this 
	job fails, any job run that reads file LAMV.LOAN.MASTER will fail if the job is run prior to 
	correcting LLDA.  This job must bring in the most recent non-labeled tape from EduServ in 
	order to provide accurate results.     

PROGRAM LIST:
	*LAPR004 -Re-format file into VSAM loadable format (i.e. relocate key fields so they are 
	stored contiguously in the file) - LLDA#2

JOB SETUP:
	*Symbolic Parameters:  VOLSER -Volume serial number from EduServ supplied tape
				 PRTM1 - Dispatch parameters for reports

	*Control records:  None
		
FILES:
	*Input:
		(D)  EduServ supplied master file tape (foreign tape)
		This file must be read BLP.         

	*Output:
		None                  

	*I/O:
		(D)  LAMV.LOAN.MASTER
 


REPORTS:
	*Title:	 	LISTCAT - List Catalog of VSAM file  
	*Description:	This is a canned utility report provided for VSAM files.                     

PROGRAM NAME AND DESCRIPTION:
	*LAPR004 -	Will return a condition code of 0000 upon successful loading of input tape.

	MESSAGE:	INVALID OPEN ON LAMMAST
	ACTION:		CHECK PREVIOUS STEP.  IF DEFINE FAILED, 
			CORRECT AND RERUN JOB.

	MESSAGE:	INVALID WRITE TO LAMMAST
	ACTION:		IF STATUS IS 24, INCREASE SPACE IN 
			LLDA1 AND RERUN JOB.

VALIDATION PROCEDURE:
	*  Check JCL messages for error condition return codes in any step.
	*  Review report LISTCAT to determine how many loan records successfully loaded.  
	   LLDA should load in excess of 49,000 records listed under subheading STATISTICS 
	   for REC-TOTAL.

RERUN INSTRUCTIONS:
LLDA Step #								Program Name
	1	RERUN JOB.						IDCAMS
		MESSAGE:	SEE UTILITIES MESSAGES MANUAL FOR VSAM
		ACTION:		CHECK PREVIOUS STEP.  IF DEFINE FAILED, 
				CORRECT AND RERUN JOB.

	2	RERUN JOB.						LAPR004
		MESSAGE:	INVALID OPEN ON LAMMAST
		ACTION:		CHECK PREVIOUS STEP.  IF DEFINE FAILED, 
				CORRECT AND RERUN JOB.

		MESSAGE:	INVALID WRITE TO LAMMAST
		ACTION:		IF STATUS IS 24, INCREASE SPACE IN LLDA1 
				AND RERUN JOB.

	3	RERUN JOB.						 IDCAMS
		MESSAGE:	SEE UTILITIES MESSAGES MANUAL FOR VSAM 
		ACTION:		CORRECT ERRORAND RERUN JOB.

CHANGE LOG:
		930423	Installed new job (WC) SR#6893