Why would you use find and get rather than to obtain?
No Answer is Posted For this Question
Be the First to Post Answer
period is missing in the cobol program which error we getting
What is the difference between goback, stop run and exit program in cobol?
How will you find the currepted records in a file
Write a program to explain size error.
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.
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
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.
In COBOL "BEFORE" advancing is there or not ?
what happens if parmparameter passes zero bytes to the program
what are the diferences b/w sub-script and index?