Answer Posted / kanika
Switches
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Why occurs cannot be used in 01 level in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
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?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are the different rules of SORT operation?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is a SSRANGE and NOSSRANGE?
Name some of the examples of COBOl 11?
What rules are followed by the search verb.
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)?
IF I mention stop run in CICS what happens?
Name the divisions, which are available in a cobol program?
what is the use of outrecord?
What is the difference between binary search and sequential search?