What is the problem of ordered sequential files access?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Can we change the password using ALTER? anyone tried and changed?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Describe the cobol database components?
What are the pertinent COBOL
How do you define a variable of comp-1 and comp-2?
State the various causes of s0c1, s0c5 and s0c7.
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 can you get the ksds file records into your cobol program?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
how do you reference the esds vsam file formats from cobol programs
Explain the configuration section of a cobol program with examples of syntax.
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 is length is cobol?