Write a program to enter and display the names of students in a class using the occurs clause.
No Answer is Posted For this Question
Be the First to Post Answer
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
comp-3 field occupy?
What is the meaning of 'TALLING' verb in cobol?
A s9(4). B v9(4) value 0.21 can i move this?
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
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
What are the different rules for performing sort operation?
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
wht is packed decimal in cobol
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?