What is the difference between structured cobol programming and object alternativelyiented cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
What do you understand by passing by reference and passing by content?
Should I use STOP RUN in the sub program??why?
Which is not true about evaluate statement
How to covert given string into ASCII value in COBOL/MF COBOL
can we use 77 level no for Redefines?if we use give an example?
01 A pic 9(100) find record length of it
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
wht is the difference between goto and perform stmts
what is qualification on occurs clause?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.