What are the rules of the move verb?
What is the difference between PIC 9.99 and PIC9v99?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Can we redefine the field of x(200) to less than 200?
Explain what you understand by passing by value.
What is the difference between binary search and sequential search?
What is static and dynamic call in cobol?
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.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Write a program to explain size error.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
example for sub strings ? and refernce modifications whit output pls
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between next sentence and continue in cobol programing language?