IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
2221Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
CTS,
3 11427I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
1 5180before 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,
2181what is the total syntax for fetch ? can any one please give me all the details of fetch ? thx
IBM,
2 6401suppose 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 10832i 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 6850How 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 10650what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
2 8703
what is rpg fixed logic cycle?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
How may sets be ordered?
How to change the batch job to interactive job?
Explain processing program table(ppt)?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
What is drda ?
which utility is used to run a cobol-db2 program?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is isolation level in db2?
what is the command to know key fields of file?
how to define global parameter in ile ?
can you change the attribute in mapset? if so how?
What does db2 stand for?
what difference exists between control area and control interval?