IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
3 9794what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
HCL,
6 14114What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
3002I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
3 89401)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
1 4440i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
2 6609Mr.Yallamanda Reddy P thanks for your answer sir,can we use test(D) opcode in RPG/400,if yes please help me by eloborating on that answer by writing a sample code for that sir
2 5597Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?
2 4679Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
UST,
1 60721)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
4 13779How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
IBM,
2211
What are the different commands used in idcams for vsam?
How to code the db2 queries using rexx?
What are union and union all?
Write about the self-referencing constraint?
How can a jobs execution priority be modified?
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 function of currentdata option in bind?
What is db2 look?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Explain how can the attributes of one sms dataset be copied to another dataset?
Can records be accessed randomly in esds?
HOW to change the coloumns in XREF?
Write some characteristics of cobol as means of business language.
Why adabas is used?
What is scrollable cursor in db2?