Describe the cobol database components?
No Answer is Posted For this Question
Be the First to Post Answer
If we use GO BACK instead of STOP RUN in cobol?
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,
Can we redefine the field of x(200) to less than 200?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
What is the difference between CONTINUE & NEXT SENTENCE ?
what is a zoned decimal data type and how it will be stored?
Define static linking and dynamic linking.
what is MSGLEVEL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write the code to count the sum of n natural numbers.
how to submit a jcl by cobol program. clear me with an example.