Answer Posted / prasad
When we are going to compile and run the jcl after
completion we will get some return codes based upon the
concern versions we will call MAXCC or RC.
MAXCC means Maximum Conditon Code
RC means Return Code.
So we can find out based on the MAXCC or RC wether our
program has been successfully compiled and ran fine.
Is This Answer Correct ? | 67 Yes | 1 No |
Post New Answer View All Answers
IF I mention stop run in CICS what happens?
what is search and searchall?what is the diffrence between them?give an best example?
What are the rules of the move verb?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write a program to enter and display the names of students in a class using the occurs clause.
how do you reference the fixed unblock file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
HOw can I get the negative sign while deduct high value from low value
Can a Search can be done on a table with or without Index?
how can i see junk values in dclgen or in hostvariable of comp ?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the compute verb? How is it used?
Describe the cobol database components?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?