When is inspect verb is used in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
wht is the diff b/w if and evaluate stmts ?
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
What are the cobol coding sheets?
What is the difference between NEXT SENTENCE and CONTINUE?
Write the code to count the sum of n natural numbers.
How to remove 2 duplicate records and copy only one using job control language?
consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.
how to submit a jcl by cobol program. clear me with an example.
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is scope terminator