Answer Posted / anjireddy vintha
it is a conditional dataname level number..use of 88 is to
evaluate filestatus codes and also some more advantages are
there.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
example for sub strings ? and refernce modifications whit output pls
State the various causes of s0c1, s0c5 and s0c7.
Why occurs cannot be used in 01 level in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Why did you choose to work with ibm mainframe cobol programming?
What are declaratives and what are their uses in cobol?
what is the difference between COBOL2 AND COBOL390?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
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 are the different rules to perform a Search?
What are the different rules of SORT operation?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
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?