I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 65180I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
5 22686What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
9 36917what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
4 14134
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is auto status?
What types of tables are there in the db2 database?
How will you return the number of records in table?
Explain the maximum number of segment types allowed for a single database?
What are the bind parameters ibm db2?
When the job statement is used?
What is the kcp in the cics?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
List out the three types of page locks that can be held.
is there an aix version of oorexx?
How is it possible to do a cross-sysplex copy of a PDS dataset by running one JCL on the target sysplex? I tried to use IEBCOPY with SUBSYS & CSM as follows: //CSMTRAN1 EXEC PGM=IEBCOPY //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=PDS-Dataset-name-from,DISP=SHR, // SUBSYS=(CSM,'SYSPLEXNAME-FROM') //SYSUT2 DD DSN=PDS-Dataset-name-to,DISP=OLD, // SUBSYS=(CSM,SYSPLEXNAME-TO') //SYSIN DD DUMMY This did not work. I always get the following error "IEB1071E DD NAME SYSUT1 IS SUPPOSED TO BE A PARTITIONED DATA SET BUT IT HAS NO DIRECTORY. EXPECT A TERMINAL I/O ERROR. (DS1LSTAR=X'000000' DS1DSORG=X'0000' JFCDSORG=X'0200') " The source dataset is a catalogued pds dataset with many entries. The target dataset is allocated in the same job some lines before the transfer. I got an example like this for PS datasets with IEBGENER. But for PO datasets there should be a similar possibility...
Is ibm db2 open source?
Name the two types of transient data queues?
What is use of IBM framework?