How do you differentiate between cobol and cobol-ii?
No Answer is Posted For this Question
Be the First to Post Answer
What guidelines should be followed to write a structured cobol prgm?
what is linkcard in cobol?
How to pass return codes from cobol to jcl?
What is Control Break processing ?
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
What do you understand by passing by reference and passing by content?
Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
When is a scope terminator mandatory?
If we use GO BACK instead of STOP RUN in cobol?
what are the limitations of Inline Perform?
) How do u handle errors in BMS macro?