what is the difference between Plan & package?
Answer / b.v.ramesh
plan is executable but package is not executable
to run db2 program plan is mandatory,package not mandatory
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the pertinent COBOL commands?
Can we use goto statement in inline_perform ?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between static call & Dynamic call?
What are the two search techniques ?
1)what is use of linkage section? 2)what is difference between comp and comp-3
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
What are the different types of condition in cobol and write their forms.
i Want All cobol ERROR codes?
if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer