Answer Posted / srivatsa
Set to True is used for 88 level condition data names.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
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?
What is the compute verb? How is it used?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is static and dynamic call in cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the usage of comp fields in cobol?
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?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is a scope terminator give example?
A table has two indexes defined. Which one will be used by the SEARCH?
Name the divisions, which are available in a cobol program?
What is the difference between comp and comp-3 usage?
What are the different rules for performing sort operation?