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
What rules are followed by the search verb.
) what is the difference between AID and HANDLE AID?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How do you reference the fixed block file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
what happens if parmparameter passes zero bytes to the program
how to move the records from file to array table. give with code example
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 how to differentiate call by context by comparing it to other calls?
In COBOL, what is the different between index and subscript?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are the different open modes available in cobol?
What are the pertinent COBOL
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..