how to move the records from file to array table. give with
code example
No Answer is Posted For this Question
Be the First to Post Answer
When is inspect verb is used in cobol?
can internal sort be applied to sort ksds files?
level number 77 is used to define a)group data b)elementary data c)redefine d)none
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
Syntax for JCLLIB & JOBLIB???
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
how many maximum no of variables can be declared in linkage section ?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
can we use reference modification an arry.
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)