Answer Posted / rookie
TO add on to answer num-3
Maxcc=0 Successful.
Maxcc=4 Successful with warnings.
Maxcc=8 Critical or Severe error.
Maxcc=12 Fatal Error.
| Is This Answer Correct ? | 60 Yes | 1 No |
Post New Answer View All Answers
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the access modes of START statement?
What are 77 levels used for?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is static and dynamic call in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Why occurs cannot be used in 01 level in COBOL?
Explain how you can characterize tables in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How do you define a variable of comp-1 and comp-2?