How do you reference the following file formats from cobol programs?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.
Define cobol?
In the JCL, how do you define the files referred to in a subroutine ?
What is normalisation?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
Explain complete concept of table handling in COBOL with an example?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
What care has to be taken to force program to execute above 16 Meg line?
Explain fixed length record in cobol? with suitable example