How can we know that cobol program is using report file or
simple file....?
Answer Posted / bobby
Report Composer uses the AFTER ADVANCING phrase.
There is also a compiler option ADV/NOADV which tells that
this is report file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
Which is not true about evaluate statement
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
In COBOL programming, what is PERFORM? What is VARYING?
Define cobol?
Which mode is used to operate the sequential file?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
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.
how to move the records from file to array table. give with code example
how do you reference the variable block file formats from cobol programs
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Define static linking and dynamic linking.
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?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How you can characterize tables in cobol?