Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad
Answers were Sorted based on User's Feedback
Answer / murthy
Sun Surya Ameerpet...Record in september and october month
got placed 30+ members
| Is This Answer Correct ? | 1 Yes | 21 No |
mat software solutions..no doubt abt dat when u ask about
the training...but talking abt the job im not sure yet..
im a student of mat.
| Is This Answer Correct ? | 19 Yes | 42 No |
Answer / sai
OM Technology is the best institute foe mainframes.
| Is This Answer Correct ? | 3 Yes | 27 No |
Answer / suresh
according to me sahasra institute is the best institute for
mainframe to learn.particurly the faculty narasimha.vadde is
the best among all.
| Is This Answer Correct ? | 10 Yes | 36 No |
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
) What is the use of IGNORE?
here is my compile and link edit steps in a jcl //COMPILE1 JOB (3CUS,S),'CCDM TEST' //STEPNAME EXEC PGM=IGYCRCTL,PARM='DYNAM,RENT,LIB,OBJECT, // OFFSET,APOST,OPTIMIZE',REGION=4096K //STEPLIB DD DSNAME=PM7351.TEST2.COB,DISP=SHR //SYSIN DD DSNAME=PM7351.TEST2.COB(PGM1),DISP=SHR //SYSUT1 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT2 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT3 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT4 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT5 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT6 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT7 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSPRINT DD SYSOUT=* //SYSLIN DD DSNAME=&&LOAD,DISP=(MOD,PASS),UNIT=SYSDA, // SPACE=(10,(10,10)),DCB=BLKSIZE=400 //LKED EXEC PGM=IEWL,REGION=1024K //SYSPRINT DD SYSOUT=A //SYSLIB DD DSN=PM7351.TEST2.LOADLIB,DISP=SHR // DD DSN=PM7351.TEST2.COB(PGM1),DISP=SHR //SYSLMOD DD DSN=PM7351.TEST2.LOADLIB, // DISP=SHR //SYSUT1 DD UNIT=SYSDA,DCB=BLKSIZE=1024,SPACE=(CYL,(1,1)) //SYSTERM DD SYSOUT=* //SYSLIN DD DSN=&&LOAD,DISP=(OLD,DELETE) //SYSIN DD DUMMY i am getting IEW2013I 0F08 NO MEMBER NAME WAS SPECIFIED. MODULE WAS SAVED USING TEMPNAM1. could any one tell me the resolution for this..?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
What is amode(31)
how do you reference the esds vsam file formats from cobol programs
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
how do you reference the printer file formats from cobol programs
what is the maximum error code in mainframe