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
Can we change the password using ALTER? anyone tried and changed?
What are the different types of condition in cobol and write their forms.
what is amode(24), amode(31), rmode(24) and rmode(any)?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
) How do u handle errors in BMS macro
What type of SDLC u followed? Why?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
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.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between binary search and sequential search?
) what is the difference between AID and HANDLE AID?
Write a program to explain size error.
Define cobol?
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?