What does MAXCC 3 means? It is used in one my codes.
Answer Posted / 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 |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
How do you differentiate between cobol and cobol-ii?
how to access the file from prodution from changeman tool and to submit a file to production
How to use the same COBOL program in Batch and CICS on lines? explain with an example
what are decleratives in cobol?
) How do u handle errors in BMS macro?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write some characteristics of cobol as means of business language.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the problem of ordered sequential files access?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the pertinent COBOL commands?
Explain the configuration section of a cobol program with examples of syntax.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?