Answer Posted / g.naveen
ENVIRONMENT DIVISION.
FILE-CONTROL.
SELECT FILE1 ASSIGN TO DISK1.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how to convert the recors form vsam file to db2 table tru file aid
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how do you reference the rrds file formats from cobol programs
How do u write test cases?
Difference between cobol and cobol-ii?
What is a report item?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
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?
What are the pertinent COBOL commands?
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.
example for sub strings ? and refernce modifications whit output pls
How do you reference the fixed block file formats from cobol programs
what happens if parmparameter passes zero bytes to the program