How do you calculate record size of an alternate cluster? Give your values for both unique and nonunique.
IBM,
1 8972Suppose 3 generations of a GDG exist. How would you reference the 1st generation in the JCL?
IBM,
2 14712Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
IBM,
2 6951What more info you should give in the DD statement while defining the next generation of a GDG?
IBM,
1 5853Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?
IBM,
1 5769During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
1 6981
Write a program that uses move corresponding.
At what point are extension eliminators mandatory?
Explain how can return codes be tested before execution of a job step?
What are the 2 sqlcodes that are returned?
How can return codes be tested before execution of a job step?
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 is the comaera (communication area)?
How to find all duplicate records?
How many bytes will a s9(8) comp field occupy ?
Can you define spufi?
What is the difference between a schema and a subschema?
What is package in db2 mainframe?
Define autostatus in idms?
What are the utility programs in jcl?
Particular area has been affected in cics screen, what is the process to find?