Write a program that uses move corresponding.
plz any one tell clearly the justify right clause?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
Give some examples of command terminators?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.
how to crack cts interview apps? NOVEMBER 21 2010
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
What is the difference between external and global variables in COBOL?
What is the difference between index and subscript?
How to covert given string into ASCII value in COBOL/MF COBOL
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).