In an EVALUATE statement, can I give a complex condition on
a when clause?
Answers were Sorted based on User's Feedback
Answer / vampire
yes u can
ex
evaluate condition
when identifier=conditon imperative statements
when identifier=condition imperative statemnts
when other imperative statements
end-evaluate
| Is This Answer Correct ? | 3 Yes | 0 No |
Difference between cobol and cobol-ii?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the different ways to run a COBOL DB2 program using JCL?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
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 ?
can we declare occurs in 01 level?
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
can we read in input the file with a variable length ? please , how ..could you help me ?
diffrence between z(2) and z9(2)
what is internal sort and external sort ? which is preferable ?
Can we change the password using ALTER? anyone tried and changed?