)what is retrieve?
Answer / veeru
what ever the data we entered for automatic transaction
initiation by using START() function, we able to get that
data by using RETRIEVE.......
| Is This Answer Correct ? | 1 Yes | 0 No |
How can we know that cobol program is using report file or simple file....?
File status must be checked both while opening and reading the file or only while reading the file?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What rules are followed by the search verb.
how we rectify soc7 and soc4 errors in project?
how would you resolve sb37 and SE37?
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
Can 88 level variable be declared in FD section..?