How to use the same COBOL program in Batch and CICS on lines?
explain with an example
No Answer is Posted For this Question
Be the First to Post Answer
how many bytes does s9(7)COMP-3 field occupies?
COMP-3 field occupy ?
What is cobol?
What is rmode(any) ?
How many maximum number of procedures can we write in one COBOL program?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
In an EVALUTE statement is the order of the WHEN clauses significant?
how do you define single dimensional array and multidimensional array in your cobol?