wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
Answer Posted / kaarthik
Just to add to the already given answers,
Evaluate is mainly used to eliminate the use of Nested-if's
this is introduced as part of VS-COBOL 2 .
As for REC-FM,
While defining the file in COBOL,
Give RECORDING MODE IS F
In JCL, Give DCB=(RECFM = FB,LRECL=XX,BLKSIZE=xxx)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
Whats the difference between search & search ALL?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is Pic 9v99 Indicates in COBOL?
What is amode(24)?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is rmode(24)
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?
How do you reference the fixed block file formats from cobol programs
Write down the divisions of cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is link edit in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that