Answer Posted / jswan
Implicit and explicit scope terminators are mandatory for the end of each logical statement.
Explicit scope terminators make it more easy to read the flow of the program logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Difference between array and sub-script ?
Why did you choose to work with ibm mainframe cobol programming?
What are declaratives and what are their uses in cobol?
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?
Why would you use find and get rather than to obtain?
How you can read the file from bottom?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the utilization of copybook in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the access modes of START statement?
Write the code to count the sum of n natural numbers.
Write down the divisions of cobol program?
example for sub strings ? and refernce modifications whit output pls
What is the default value(s) for an initialize and what keyword allows for an override of the default?