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
At the minimum, which division of COBOL is enough to be coded?
What is link edit in cobol?
What is COMP SYNC?
How to know whether the module is dynamical or statistical?
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
What is the significance of 'above the line' and 'below the line'?
perform I from 0 by 1 until I=5?How maney times it will executes
What are the different ways to run a COBOL DB2 program using JCL?
Describe the difference between subscripting and indexing ?
How to convert bunch of words in a line to relvant ASCII values?
What are the different rules for performing sort operation?
What is the difference between goback, stop run and exit program in cobol?