-
INSPECT verb
can we use "'" in BEFORE or AFTER phrase for limiting the length of the string to be searched in the INSPECT verb
-
-
Comp-3
What is comp-3 and advantage with examples?
-
Working Storage Definition
Consider the follwing snippet:01 WS-VAR USAGE IS INDEXIs this a valid working storage definition?Justify your answer
-
How to edit comp-3 variable in cobol?
I have date 20101010 which is stored as comp-3 . Now I want to change this date to 2010-10-10 format. How to achieve this?. I also believe that we can't split comp-3 variable.Am I rite?..Help folks!!
-
Alternate Index
What is the use of Alternate Index? Is using alternate index in file processing fast ?
-
How will you analyze a COBOL program?
Hi,
I was asked in interview how would you analyze a COBOL program?
I gave the ans as there are many kind of analyses -:
Requirement analysis
Root cause analysis
Impact Analysis
Problem / logic analysis
but in general we talk about problem finding in a program
and told him we would first go in for a procedure division and check what... -
-
What COBOL construct is the COBOL II EVALUATE meant to replace?
EVALUATE can be used in place of the nested IF THEN ELSE statements.
-
What is LENGTH in COBOL II?
LENGTH acts like a special register to tell the length of a group or elementary item.
-
-
-
-
-
What if Stop Run is missing in COBOL program?
Stop Run is last command in COBOL program.But if it is missing, will the program abend?
-
Reformat Output file
I have a file having 1000 records and each record having 8 fields, but i want to output having 1,3,5,7 fields only, then how can i achieve this criteria?
-
-
-
-
COBOL Interview Questions
Ans