how do you reference the printer file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
How To move a value to an array using move verb?
If we use GO BACK instead of STOP RUN in cobol?
Can printer files (having 133 characters) be of variable length?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
How to remove 2 duplicate records and copy only one using job control language?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between comp and comp-3?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is comp-1 and comp-2?
How are the next sentence and continue different from each other?