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.
Answer / ajay digule
If the receiving field size is less than there will be truncation of the values being passed. There will be no abend message.
| Is This Answer Correct ? | 0 Yes | 0 No |
can we use the two 01 level in file discription ?
A table has two indexes defined. Which one will be used by the SEARCH?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
What is the problem of ordered sequential files access?
What are literals?
Can 88 level variable be declared in FD section..?
How do you set a return code to the JCL from a COBOL program?
Have you code any new programs in COBOL ? What is the functionality of the programs?
What are the different rules for performing sort operation?
If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
How do you code Cobol to access a parameter that has been defined in JCL?