IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
IBM,
4 14797I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
4 2177001 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
IBM,
2 9684I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
L&T,
1 11308I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
2448I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
2488
what are the two record formats a subfile contain ?
What does a deadlock mean in DB2?
What are the rules employed while naming the steps in a job?
How does control intervals and control areas related to each other?
What is the maximum number of segment types allowed for a single database?
how can you detect overflow for a print program that prints multiple lines per cycle?
Explain the maps in cics?
What is the use of dclgen in db2?
How does jcl act on a cobol code?
Portfolio analysis application is an example of?
What is rct?
What does reorg do in db2?
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 node in db2?
How joinkeys helps in sort?