IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
ADP,
4 10190For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
2 8443How can we extract data from IMS DB and load it onto oracle database by converting it.Pls someone help me
TCS,
2 5263Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
1 4575This was on MQseries. What does MQ queue Manager do? what are the different types of queues? do you know about remote queues etc. How do you delete records from queues? how do you empty queues?
1 4457
What are the parameter we cannot use in procedure?
is there any other way to install s/w in mainframe apart from smp/e system?
what is the purpose of dynslt keyword?
how do you reference the fixed unblock file formats from cobol programs
What is next sentence and continue unique?
How to add 99 menu (page down) option in menu creation..
Explain the address converter?
State all the file open modes?
Is db2 a mainframe database?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is amode(24)?
How many maximum base registers we can have in a single program?
Differentiate between ci split and ca split?
What is cobol coding sheet?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*