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 6200I 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 11562Program 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 21591if 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 20643wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
2 12053i'm working on progA , in that program i want to see the userids of the users who work on this program?
10 17749I 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 17137
In a CICS program, how will you read a VSAM file?
Explain the device independent method to indicate where a record is stored?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
What is the return codes 0307 and 0326?
when would you use or not use this approach?
What is a buffer in memory?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
How do I import data from excel to db2?
If DB2 query returns in null value, how do you work with it in PL/1?
How to detect record is locked in cobol/400?
In sms datasets, what is the function of the dd avgrec keyword?
How is deadlock resolved?
What is database alias db2?
I want to set position for a particular text in a certain position in several of my cics maps.Please provide me with a solution. Ex: If "F1-Help" has to be set to pos(4,27) always in all the maps within a PDS.
how do you read data area in an rpg program?