How do get the result of your program directly on your pc?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between Plan & package?
How do pass the values to the parameters in cobol
What is amode(31)
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
What are literals?
1) can we display the index?
what are the utilities for load and unload the DB2 tables
How to Pass table from a cobol program to another cobol program and how to use that table in called program
What is Alternate Index ? How is it different from regular index ?
What is an index for tables?
What is the problem of ordered sequential files access?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is