Are you comfortable in cobol or jcl?
No Answer is Posted For this Question
Be the First to Post Answer
What does EXIT do ?
what is the diff b/w select stsmt and cursor ?
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?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
file status 00 is checked after opening the file or reading the file
When and how can we use index & subscript ?
What is the usage of comp fields in cobol?
can we use 77 level no for Redefines?if we use give an example?
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
What is the difference between external and global variables in COBOL?