How can you add a particular field/coloumn in copybook?
Answer Posted / dinesh rathod
You need to modify the underlying data file to match your file definition in COBOL. One way to do so would be to define a line of output exactly like what lines of your data look like now, but with an extra Pic x(10) on the end of it. You would then read in your data line by line, and output it to a new location
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the variable unblock file formats from cobol programs
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 amode(31)
Which mode is used to operate the sequential file?
What is the difference between external and global variables in COBOL?
i need a small 3d program using inline and outline.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
IF I mention stop run in CICS what happens?
When is inspect verb is used in cobol?
How do you differentiate between cobol and cobol-ii?
What is difference between static and dynamic call in cobol?
In which area will you utilize 88 level items in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?