IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31)
How to connect to db2 database from windows command line?
What is dclgen in db2?
what are the different types of data areas?
how can I control from my cgis the cache of a remote browser?
Explain about LMFREE�free data set from its association with data ID
What are the common cics service programs and explain their usage?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
What are the access method services used in vsam?
how do we prepare test data using file-aid tool?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how do you reference the variable block file formats from cobol programs
Define check constraint.
Explain the logical message in cics?
Explain the benefits you can get from mainframe connect?
//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 /*