which certifications r 4 cobol,jcl,db2,cics
what is format of xam n what is importance of these
certifications...
plz post answer only if u r sure...
thanks
Answer Posted / ravishankar1972
you need to see this link below.
For CICS
http://www-03.ibm.com/certify/certs/cics_index.shtml
FOR JCL
https://www-03.ibm.com/services/learning/ites.wss/zz-en?pageType=course_description&courseCode=ES07G
FOR DB2
http://www.ibm.com/developerworks/data/library/techarticle/dm-0401fosdick/
I hope it is clear to you. These are very expensive stuff and but they worth doing...you will get a job any where in the world where there is mainframe there is a job to you...it is not easy to read mainframe manuals..i don't want to discourage you guys. It is worth doing it...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What guidelines should be followed to write a structured cobol prgm?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
HOw can I get the negative sign while deduct high value from low value
What are the rules of the move verb?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the different data types in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how do you reference the ksds vsam file formats from cobol programs
what is the difference between COBOL2 AND COBOL390?
What are the various section in data division and briefly explain them.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are declaratives and what are their uses in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
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 to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?