IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
2 6104I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?
6 11342Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
7 21318if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.
10 20299wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
2 11910i'm working on progA , in that program i want to see the userids of the users who work on this program?
10 17407I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
5 16927
how can you define a dataarea(DTAARA) IN RPG? Which spec you define it C-spec/D-spec?
what are the key words you must use when using a subfile?
How to submit jcl through a cobol program?
How would you find out the total number of rows in a db2 table?
What is the maximum length of a single line of jcl?
Which component is responsible for processing sql statements and selecting access paths?
suppose if you added a coloumn to db2 table, How would it be the Impact analysis?
what is the sequence when using cursor?
Explain the difference between using the read command with into option and set option?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is job control language?
Explain the function of //jcllib statement?
How to find all duplicate records?
What are the different options in OPTIONS?
What is meant by deadlock in db2?