How do get the result of your program directly on your pc?
No Answer is Posted For this Question
Be the First to Post Answer
can we use COPY statement in w-s section? how?
what is the difference between Plan & package?
what is the minimum number of lines a Cobol program should have to successfully compile and run
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to open and see copy book ?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
Why did you choose to work with ibm mainframe cobol programming?
How many maximum number of procedures can we write in one COBOL program?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
Difference between next and continue clause