for an INITIALIZE and what keyword allows for an override
of the default.
Answers were Sorted based on User's Feedback
Answer / shinoy sansilavose
I think it is REDEFINE clause ........ not sure
| Is This Answer Correct ? | 1 Yes | 3 No |
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
level number 77 is used to define a)group data b)elementary data c)redefine d)none
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is Comm?
2 Answers IBM, Kemper Corporation,
What is Alternate Index ? How is it different from regular index ?
Write some characteristics of cobol as means of business language.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?