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
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 |
When is a scope terminator mandatory?
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
what is SYNCHRONIZATION?
wht is load module and object module ?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
How to define a array dynamically.....
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
In COBOL programming, what is PERFORM? What is VARYING?