What will happen if we move SPACES to numeric field and
ZEROES to alphabetic field?
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the different open modes available in cobol?
What are the different types of condition in cobol and write their forms.
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?
how do you define single dimensional array and multidimensional array in your cobol?
Which mode is used to operate the sequential file?
Write a program to explain size error.
How do you get the data to code the BMS macro?
Write a program to enter and display the names of students in a class using the occurs clause.
Write a program that uses move corresponding.
Can you please let me know the centre name of INS certification in Kolkata.
how do you reference the ksds vsam file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between external and global variables in COBOL?