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 6087I 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 11318Program 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 21285if 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 20258wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
2 11898i'm working on progA , in that program i want to see the userids of the users who work on this program?
10 17356I 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 16897
Tandem COBOL Interview questions (on TACL,SCOBOL,ENSCRIBE,PATHWAY0
Explain acbgen process?
What is the difference between non-join logical files and join logical files?
what is rpg ?
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
What is the tcp in the cisc?
What language is db2 written in?
What is a bind card?
What is a set in idms?
What are 77 levels used for?
Explain how are you going to remove duplicates from the file that is being read?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
how do you intitiate another transaction?
How to write a IDMS code to find whose employee last name is starting with J and first name starts with H?
How do you pull up a query which was previously saved in qmf?