)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 |
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
What is the reference modification.
how to refer the data field?
If we use GO BACK instead of STOP RUN in cobol?
i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
how can we find total no of records in a file ....is there any utility......?
how to display the dataset information?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
if you give cylinder(1,1)how many cylinders it will be allocate?
I have a File that has duplicate records. I need only those records that occur more than thrice.?