how do you reference the printer file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
what happens if we wont give timestamp in precompilation process ?
how to refer the data field?
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
what happens if parmparameter passes zero bytes to the program
Define static linking and dynamic linking.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
What does the initialize statement do ?
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
What is SSRANGE, NOSSRANGE ?
What are the different rules of SORT operation?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
Can anybody give me example of subscript and index