how do you reference the variable unblock file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of s9(19)comp3? explain
i want to enter the name 'pandu' into ur table how?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
Can we redefine the field of x(200) to less than 200?
What is report-item in COBOL?
9(2).99 how many bytes take? Why . consider as a byte?
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
what are the control characters used in reports
how do you reference the printer file formats from cobol programs
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
2)Where the Plan is located in CICS-DB2?