What kind of error is trapped by on size error option?
No Answer is Posted For this Question
Be the First to Post Answer
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'.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
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.
What is rmode(24)
how to convert vsam table into DB2 table?
What are the different data types in cobol?
What is difference between comp & comp-4?
what happens if we dont close cursor in db2-cobol pgm?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
How do you do in-line PERFORM?
What the difference is between continue and next sentence?