How you can characterize tables in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between PA & PF keys?
Write the code to count the sum of n natural numbers.
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
can we use the two 01 level in file discription ?
how to change picture class of copy book variable inside program?
is this below syntax correct? CALL 'subprg' using A,B Please help
What will happen if we generate GDG (+2) version without generating (+1) version?
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
for an INITIALIZE and what keyword allows for an override of the default.