77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
8 12918a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
4 9641The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
6 20749how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE
IBM,
10 15475I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
3 11932i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
IBM,
10 38294Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
1 7060Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
2 8884
pls send the docs of any telecommunication mainframe project
can any body give me any website for getting help on mainframe projectts in banking domain.
what u mean by csrloc and rtncsrloc in rpgIV in as/400.Give an eg? to do...give some coding...what is row no and column no ???..if possible...give a no of lines coding....please
List the type of locks and explain each of them.
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
Is it rquired any server for Ibm framework? Give me list of Ibm framework & recent version IBm framework?
Are you comfortable in cobol or jcl?
What is the latest version of ibm db2?
PLEASE SEND ME THE DOCUMENTS IF ANY ONE HAVE REGARDING THE IMPACT ANALYSYS,REVIEWS
i need a small 3d program using inline and outline.
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.