What is the best way to code to provide me the info that there are disks in the array failing or failed? How to code? Run in batch?
860Suppose I want to code a rexx program in order to get the inputfile and output files of jcl. I want code snippet or the coding for this?
1012How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
974Suppose I have a ksds file. I have a records like 1,2,3,4,5,6,...100. I want to read using dynamic mode like from 10 the record onwards like, 10,12,14,16,18,....60. Wat is the command for this?
733
Define gdg?
how do we describe cataloged procedure and an instream procedure?
B37 abend during spufi?
What is the information associated with sysibm.syslinks table?
Who uses db2?
which transient data queue support ati?
is it compulsory commitment control in journal?
is there any other way to install s/w in mainframe apart from smp/e system?
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...
What are the steps involved in access method services?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Kindly specify the pic clause for the hhmmss type of data fields?
What are the advantages and disadvantages of a hierarchical database?
Can you explain common systems area?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.