Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
No Answer is Posted For this Question
Be the First to Post Answer
Without using move verb how to move one variable to another.
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
waht is inspect verb? where it can be in real time?
What is the difference between binary search and sequential search?
if someone is using my file,how can i find which user id is using?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Why did you choose to work with ibm mainframe cobol programming?
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
What is the difference between comp and comp-3?
what is difference between cobol and cobol/400
Write the syntax of a two dimensional array?
Can we redefine the field of x(200) to less than 200?