Answer Posted / sudha
IF the copy book has the file stucture then we can open the
copy book thru FILEAID in option 8(view) and give the
location of the copybook and open it.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
What are literals?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Why occurs cannot be used in 01 level in COBOL?
how do you reference the printer file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write a program to enter and display the names of students in a class using the occurs clause.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
In COBOL programming, what is PERFORM? What is VARYING?
What is link edit in cobol?
Describe the cobol database components?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is rmode(24)
What are different data types in cobol?