IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31)
What's The Percentage Free Space ?
//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 /*
What will happen if both steplib and joblib are specified?
Space & Skip Are Which Level Keywords?
How many maximum record format a logical file have?
Can you use max on a char column?
how do you intitiate another transaction?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
what is the maximum number of record formats in dspf?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Can you define transid?
How can the attributes of one sms dataset be copied to another dataset?
how you can direct the data to spool using SYSOUT option?
What is db2 bind process?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?