Previous Topic: The User Exit for CAKSLOAD

Next Topic: The CA Earl Print Job

Daily Processing Output

When DataManager successfully processes the input data, you'll receive printed output like this:

COMPANY NAME DATAMANAGER LOAD PROCESSING PAGE 1 CA PMA/DM 1.0 9010KS100 02 OCT 1990 14.00.07 *----------------------------------------------CONTROL STATEMENT LISTING-----------------------------------------------* STATEMENT *-------------------------------CONTROL STATEMENTS-------------------------------* NUMBER *..../....1..../....2..../....3..../....4..../....5..../....6..../....7..../....8* 001 * INPUT JARS = CAIKSJR * 002 * OUTRECS = MBJ * A 003 * RECYCLE OUTPUT * 004 * ERRORS = 20 * *..../....1..../....2..../....3..../....4..../....5..../....6..../....7..../....8* *-------------------------------------------CONTROL STATEMENT ERROR MESSAGES-------------------------------------------* STATEMENT MESSAGE B NUMBER CODE *-----------------------MESSAGETEXT-----------------------* *---------------------------------------DEFINITIONS DATABASE LOAD ERROR MESSAGES---------------------------------------* STATEMENT MESSAGE C NUMBER CODE *-----------------------MESSAGE TEXT-----------------------* COMPANY NAME DATAMANAGER LOAD PROCESSING PAGE 2 CA PMA/DM 1.0 9010KS100 02 OCT 1990 14.00.07 CAKS100I NORMAL TERMINATION. COMPANY NAME DATAMANAGER LOAD PROCESSING PAGE 3 CA PMA/DM 1.0 9010KS100 02 OCT 1990 14.00.07 *---------------------------------------------------INPUT STATISTICS---------------------------------------------------* RECORDS RECORDS DATASET DDNAME READ IRDID GENERATED JARS CAIKSJR 544 MBJ 213 ----------- ----------- 544 213 =========== =========== ** TOTALS ** 544 213 *--------------------------------------------------OUTPUT STATISTICS---------------------------------------------------* RECORDS DDNAME ORDID WRITTEN CAIKSOP MBJ 213 =========== 213 *--------------------------------------------------RECYCLE STATISTICS--------------------------------------------------* INPUT INPUT OUTPUT OUTPUT DDNAME RECORDS DDNAME RECORDS CAIKSRO 0

CONTROL STATEMENT LISTING

lists the control statements DataManager processed while running this job.

CONTROL STATEMENT ERROR MESSAGES

explain errors detected within CAKSLOAD control statements.

DEFINITION DATABASE LOAD ERROR MESSAGES

explain errors detected in input record definitions.

Messages

should include a CAKS100I NORMAL TERMINATION message that verifies that the job ran successfully.

DATASET

shows the values to the left of the equal sign on INPUT control statements. These are internal ddnames used exclusively by DataManager.

DDNAME

specified the JCL ddname associated with this data set. These values appear to the right of the equal sign in INPUT control statements.

RECORDS READ

shows the number of input records this data set contains.

IRDID

lists the IRD record types selected for generating output.

RECORDS GENERATED

tells the number of records generated from this input.

DDNAME

reports the ddname of the data set where these output records were written.

ORDID

lists the ORD types DataManager generated as output.

RECORDS WRITTEN

tells the number of records written to this data set.

INPUT DDNAME

gives the ddname of the data set containing corrected errors processed during this run.

INPUT RECORDS

tells the number of corrections processed.

OUTPUT DDNAME

specifies the ddname of the data set where errors detected during this run were written.

OUTPUT RECORDS

tells the number of bad input records written to the error data set.