How do you reference the following file formats from cobol programs?
No Answer is Posted For this Question
Be the First to Post Answer
How to remove 2 duplicate records and copy only one using job control language?
how will you define vsam file in select clause?
How can you pass values from COBOL program to non-COBOL programs?
what is a load module ?
Re: 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.
Write a cobol program making use of the redefine clause.
what is soc7 abend?how u can trace it?
How many sections are there in data division?.
is it possible to rename 01 level?
What do you understand by psb and acb?
What is the Purpose of POINTER Phrase in STRING command
When and how can we use index & subscript ?