how do you reference the ksds vsam file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
How many divisions we have in Cobol ?
How do define dynamic array in cobol.
What is difference between comp & comp-4?
can we print comp 3 stmts how ?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
Can the OCCURS clause be at the 01 level?
What is the use of EVALUATE statement?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
How to read a 100 record from a file through cobol?