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 |
How can we know that cobol program is using report file or simple file....?
I got user abend U4038 while compiling my runjcl.. can anyone help me?
what will happen if pass values more than 100 using PARM parameter?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
How do u write test cases?
consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
what is the difference between start and startbr?
What is the use of intialize verb?
When can the USING phrase be included in the call statement ?
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
what is the use of filler in cobol programing?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?