What is the compute verb? How is it used?
No Answer is Posted For this Question
Be the First to Post Answer
When can the USING phrase be included in the call statement ?
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..
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
what is the difference between Plan & package
Differentiate between structured cobol programming and object-oriented cobol programming.
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
what happens if parmparameter passes zero bytes to the program
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
What is the use of EVALUATE statement?
What are the ways you can generate a copybook?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
What is static and dynamic call in cobol?