Answer Posted / ravikiran
in inline perform the statements with in the loop does n't
contain a period '.'
inline perform does not contain any para.
perform until i > 4
display a
accept b
end-perfom.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What rules are to be followed while using the corresponding options?
What are literals?
What rules are followed by the search verb.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the different rules for performing sort operation?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the cobol coding sheets?
What is the local-storage section?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
In which area will you utilize 88 level items in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Write a program that uses move corresponding.