how do you reference the printer file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that uses move corresponding.
db2 variable decimal(15,2) what is the equalent size of cobol variable
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
how to access vsam files in cobol and how to differentiate that this is ESDS file
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
How you can characterize tables in cobol?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
how can we get current dat and time thru cobol pgm
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above