How can i load all the data from a file to Table (array) in
cobol.How i manage the occurs clause with out reading the
file.Any options avilable ? Please can any one help me it
is urgent?
No Answer is Posted For this Question
Be the First to Post Answer
In COBOL "BEFORE" advancing is there or not ?
Minimum how many Number of Paragraphs are there in ID- Divison?
why we are using set in searchall?
what are decleratives in cobol?
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
What does the IS NUMERIC clause establish ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
How to resolve the soc4 and soc7 errors?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
What is SDSF?
How can we pass data from cobol to JCl?