Answer Posted / ashok
filler command is used for declaring space .
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
How do you define a variable of comp-1 and comp-2?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between comp and comp-3 usage?
In COBOL, what is the different between index and subscript?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the problem of ordered sequential files access?
What is cobol?
What are the rules of the move verb?
Difference between cobol and cobol-ii?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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?
What is link edit in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?