What is the difference between perform … with test after and perform … with test before?
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
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What type of Call you would use if you don;t want the control back to the calling program?
I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.
what is linkcard in cobol?
db2 variable decimal(15,2) what is the equalent size of cobol variable
What is an explicit scope terminator?
Write a cobol program making use of the redefine clause.
COMP-3 field occupy ?
why 02 level number can't be use as a separate level number like 01 or 77 ?
What is difference between comp & comp-4?