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 did you choose to work with ibm mainframe cobol programming?
HOw can I get the negative sign while deduct high value from low value
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is comp-1 and comp-2?
What is redefines clause in COBOL?
In which area will you utilize 88 level items in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is report-item in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
A table has two indexes defined. Which one will be used by the SEARCH?
Can you please let me know the centre name of INS certification in Kolkata.
how do you reference the ksds vsam file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that