i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
Answer Posted / manoj
Job will neither abend nor go in infinite loop. It will give unpredicted results as it will executes all the codes line by line till the end.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Difference between array and sub-script ?
Explain what you understand by passing by value.
What is the local-storage section?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
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 define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What rules are followed by the search verb.
In COBOL programming, what is PERFORM? What is VARYING?
In COBOL, what is the different between index and subscript?
What is the difference between external and global variables in COBOL?
explain sorting techniques in cobol program?
how do you reference the fixed unblock file formats from cobol programs