What is the difference between comp and comp-3 usage?
how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
wht happens if we dnt give scope terminator ?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
1) can we display the index?
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
What is link edit in cobol?
How can you get the ksds file records into your cobol program?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
Can we use redefine clause in occurs clause?
A table has two indexes defined. Which one will be used by the SEARCH?
How can we pass data from cobol to JCl?
what is Pic 9v99 Indicates?