In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?
Answer Posted / aji cherian
Before
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how to move the records from file to array table. give with code example
What is cobol?
how do you reference the variable unblock file formats from cobol programs
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Have you used comp and comp-3 in your project? And how?
Write some characteristics of cobol as means of business language.
What are the various section in data division and briefly explain them.
Explain what you understand by passing by value.
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 the LINKAGE SECTION used in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Write a program to enter and display the names of students in a class using the occurs clause.