What does MAXCC 3 means? It is used in one my codes.
Answers were Sorted based on User's Feedback
Answer / craig
Not much information there, but I'm assuming you are
looking at an IDCAMS step and see something like
IF LASTCC=8 THEN DO
SET MAXCC=3
END
This is typically used when deleting/defining a GDG or VSAM
file, in case the delete fails (because the file wasn't
there to be deleted). This allows processing to continue
after that step, as the programmer decided that manual
intervention was not required. Depending on system
settings, the job my stop processing further steps based on
a condition code set in any step in the job (MAXCC). This
value is typically 8 (any completion code 8 or greater will
stop further processing).
| Is This Answer Correct ? | 4 Yes | 1 No |
File-Aid batch utility return RC-3 when file is empty
| Is This Answer Correct ? | 3 Yes | 3 No |
diffrence between z(2) and z9(2)
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
perform I from 0 by 1 until I=5?How maney times it will executes
what is difference between cobol and cobol/400
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
what is the diff b/w select stsmt and cursor ?
How is sign stored in a comp-3 field?
What is report-item?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
What is rmode(24)
What are subroutines ? and how do we pass data to the sub routines?