Write a program that uses move corresponding.
No Answer is Posted For this Question
Be the First to Post Answer
i Want All cobol ERROR codes?
What is a subscript ?
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
if we have a 10 steps how to override the 4th step in jcl?
If I want to increase the Limit in GDG. What should I do?
Without using move verb how to move one variable to another.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what are the isolation levels and where we use it in the db2 program
What guidelines should be followed to write a structured cobol prgm?
How arrays can be defined in COBOL?
What are the steps you go through while creating a COBOL program executable?