IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
IBM,
2 7390Mention the option (along with argument type) used in a CICS command to retrieve the response code
3 9046The READ command with INTO option will read the record specified into the data area specified (True or False)
1 4274Into what fields will the date and time values be moved after execution of the above command?
IBM,
1 4654
What are 77 levels used for?
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
what is the differences between getting the system time with eibtime and asktime command?
What is innodb buffer pool?
Can you summarize the steps I have to go through in writing my first cgi?
What is phantom read in db2?
What does the 'cebr:cics' transactions do?
What is a scope terminator give example?
how to retrieve the instream data in sysin?
//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 /*
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
what is pdes?
What is a record lock error?
What is multi row fetch in db2?