If you are current on the owner of a set, what is the difference between obtain next and obtain first?
No Answer is Posted For this Question
Be the First to Post Answer
How can you add a particular field in copybook?
How do define dynamic array in cobol.
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
How to execute a set of JCL statements from a COBOL program?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
how to display the dataset information?
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Minimum how many Number of Paragraphs are there in ID- Divison?
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?