how do you reference the rrds file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
What is report-item?
what is the use of keep and pass in disp
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..
How many divisions we have in Cobol ?
Hai friends why we need to read a file before re-write a record?
Are you comfortable in cobol or jcl?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
What is rmode(any) ?
When is inspect verb is used in cobol?
can we use variable picture clause as xx.99 in cobol.
What the difference is between continue and next sentence?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?