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
How can we pass data from cobol to JCl?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
how to know that the file has 300 records how to acess it?
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
what is the difference between start and startbr?
88 class is used for
What is the compute verb? How is it used?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
i need a small 3d program using inline and outline.
what is rediffine clause?in what situation it can use?give me real time example?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?