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
lists the control statements DataManager processed while running this job.
explain errors detected within CAKSLOAD control statements.
explain errors detected in input record definitions.
should include a CAKS100I NORMAL TERMINATION message that verifies that the job ran successfully.
shows the values to the left of the equal sign on INPUT control statements. These are internal ddnames used exclusively by DataManager.
specified the JCL ddname associated with this data set. These values appear to the right of the equal sign in INPUT control statements.
shows the number of input records this data set contains.
lists the IRD record types selected for generating output.
tells the number of records generated from this input.
reports the ddname of the data set where these output records were written.
lists the ORD types DataManager generated as output.
tells the number of records written to this data set.
gives the ddname of the data set containing corrected errors processed during this run.
tells the number of corrections processed.
specifies the ddname of the data set where errors detected during this run were written.
tells the number of bad input records written to the error data set.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |