IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31)
Mention the types of job control statements?
What are the error (ONCODES) codes did you encounter in PL/1 programme?
What is the tcp in the cisc?
How to get the cursor position when we receive a map?
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 db2 tables?
What is alias in db2?
What is the use of tdq and tsq?
What are all the divisions of a COBOL program?
what is the purpose of coding notify parameter in job statement?
How can you find out the # of rows updated after an update statement?
What is the difference between lds and esds?
How can the disposition of sysout datasets be set for an entire jobstream?
How do we specify index to include or not during bind process.
What is the difference between bind and rebind in db2?