What are the cobol coding sheets?
No Answer is Posted For this Question
Be the First to Post Answer
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
What is Alternate Index ? How is it different from regular index ?
s9(18) comp-3:: What is the size of memory it takes internally?
File status must be checked both while opening and reading the file or only while reading the file?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
Write a program to enter and display the names of students in a class using the occurs clause.
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
what is rediffine clause?in what situation it can use?give me real time example?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?