INREC AND OUTREC?
HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL?
RESTART IN COBOL-DB2?
ISOLATION LEVELS?
No Answer is Posted For this Question
Be the First to Post Answer
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
can we display comp-3 variables. if we want to display what we have to do . give me one example
In COBOL "BEFORE" advancing is there or not ?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
what will happen if pass values more than 100 using PARM parameter?
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
what is the coding difference between COBOL and CICS.
how to transfer the file from pc to mainframe??
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?