What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
2 9356i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
2281Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
CTS,
3 11567I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
1 5251before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
IBM,
2227what is the total syntax for fetch ? can any one please give me all the details of fetch ? thx
IBM,
2 6521suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
IBM,
5 11024i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
1 6955How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label
3 10816what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
2 8831
What do you mean by between and in? Is between inclusive of specified range values?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
Name and explain the type of locks?
what are the reserved words for cics?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What is auto status in idms?
What is rmode(any) ?
For protecting a transaction using the transaction security function, the two things that must be done are?
Is their any set of rules for dd? Explain.
What is iseries database?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the maximum size of varchar data type in db2?
Explain about house keeping in assembler?
What is a cics task?