What is the difference between external and global variables in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
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.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How can we pass data from cobol to JCl?
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
what is scope terminator
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,
What does MAXCC 3 means? It is used in one my codes.
What is the utilization of copybook in cobol?
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
can we read in input the file with a variable length ? please , how ..could you help me ?
I know my query will return more than one row but I don't want cursor what should I do?
How to read the last 100 records from a COBOL file. The file contains N number of records.