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
What are the different forms of EVALUATE statement?
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
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 to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
A table has two indexes defined. Which one will be used by the SEARCH?
What type of Call you would use if you don;t want the control back to the calling program?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
given the following: 77 A PIC 9V9 VALUE 9.5 77 B PIC 9 VALUE 9. 77 C PIC V9 VALUE 0.8 77 D PIC 9 77 E PIC 9 77 F PIC 9V999 what are the contenta of D E nad F after the following statements are executed: COMPUTE F ROUNDED=A+C/B MULTIPLY A BY C GIVING E ADD B C A GIVING D ROUNDED a.F=9.589 E=8 D=1 b.F=9.589 E=8 D=9 c.F=9.589 E=7 D=9 d.F=9.589 E=7 D=1
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
how to access vsam files in cobol and how to differentiate that this is ESDS file
waht is inspect verb? where it can be in real time?