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
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Name the divisions, which are available in a cobol program?
what is the difference between COBOL2 AND COBOL390?
What are the pertinent COBOL commands?
What is inspect in cobol ?
What are the different data types in cobol?
Difference between array and sub-script ?
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 are INPUT PROCEDURE and OUTPUT PROCEDURE?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How do u write test cases?
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?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?