Define cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What guidelines should be followed to write a structured Cobol program?
how will u code parm parameter and where pls ?
S9(5)V9(2) occupies how many bytes memory ?
How do pass the values to the parameters in cobol
is it possible to rename 01 level?
Is It Possible to Update or change in VIEW Mode?
can I copy book which contain db2 statment in procedure divion?
Name some of the examples of COBOl 11?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
How can you submit a job from COBOL programs?