WHAT IS DIFFEENCE BETWEEN PDS AND PDES? STEPS BEFORE MERGING? DUMMY DATASET USES? DIFFERENCES BETWEEN IDCAMS AND ICETOOLS? DIFFERENCE BETWEEN ALL JCL UTILITY TOOLS?
4 12626can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
CTS,
13 3667801 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
HSBC,
13 36597can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
2430Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
HSBC,
3 8913in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
HSBC,
4 10305
What is the meaning of copy idms subschema-binds in idms?
Can ESDS files be accessed from CICS?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
what sort card you will use to copy the data from one dataset to another dataset?
What is db2 optimizer?
name the command that is used to dump the main storage areas related to a task?
Would you specify freespace ce for an esds?
Name the command which is used to release a record on which exclusive control is gained?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Explain the function of //cntl statement?
Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?
What is the LINKAGE SECTION used in COBOL?
Explain the difference between getting the system time with eibtime and asktime command?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
//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 /*