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
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What kind of error is trapped by on size error option?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is amode(31)
Write down the divisions of cobol program?
Explain how you can characterize tables in cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Explain how to differentiate call by context by comparing it to other calls?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What the difference is between continue and next sentence?
What is the difference between perform … with test after and perform … with test before?
Name some of the examples of COBOl 11?
Why would you use find and get rather than to obtain?
Discuss about changing dataset name in proc.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?