1.Can we define condition-name conditions in FD entry.
Answer Posted / chakri
KAVYA is correct i have done.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is link edit in cobol?
What is the usage of comp fields in cobol?
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?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Difference between array and sub-script ?
how do you reference the rrds file formats from cobol programs
How do define dynamic array in cobol.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
) how do u code after getting data?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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?