how to convert the recors form vsam file to db2 table tru
file aid
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a binary search and a sequential search?
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
In an EVALUATE statement, can I give a complex condition on a when clause?
What is the LINKAGE SECTION used for?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is difference between the sysabend and userabend?
The maximum number of dimensions that an array can have in COBOL-85 is ?
Where the Plan is located in CICS-DB2
Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.
what r the types of perform statement
Define static linking and dynamic linking.