which generation language is cobol
Answers were Sorted based on User's Feedback
can we redefine 77 level item is it possible
how to access the file from prodution from changeman tool and to submit a file to production
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
Have you used comp and comp-3 in your project? And how?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the maximum length of a field you can define using COMP-3 in COBOL?
how many divisions are there in cobol
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
Write a program to enter and display the names of students in a class using the occurs clause.
what is S04E error in jcl?
11 Answers IBM, L&T,
i want to learn mainframes. i completed MCA ,whats the future of mainframes
What are the pertinent COBOL