Answer Posted / sameer
whenever we submit our job so every step gives some return
codes to the system and the maximum value return code is
called maximum condition code or MAXCC
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What are the different rules for performing sort operation?
What are literals?
Explain the configuration section of a cobol program with examples of syntax.
How do you reference the following file formats from cobol programs?
Difference between cobol and cobol-ii?
What is amode(24)?
In which area will you utilize 88 level items in cobol?
how do you reference the ksds vsam file formats from cobol programs
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue