What is the maximum length of a field you can define using COMP-3 in COBOL?
What is the problem of ordered sequential files access?
how do you reference the printer file formats from cobol programs
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
what is SYNCHRONIZATION?
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?
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
What is the use of EVALUATE statement?
How many bytes do a s9 (7) comp-3 field occupy?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What COBOL construct is the COBOL II EVALUATE meant to replace?