In an EVALUATE statement, can I give a complex condition on
a when clause?
Answer Posted / aji cherian
Ofcourse You can!!!
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is perform what is varying?
What is redefines clause in COBOL?
Can we redefine the field of x(200) to less than 200?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
) How do u handle errors in BMS macro?
Which mode is used to operate the sequential file?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Are you comfortable in cobol or jcl?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the local-storage section?
how to access the file from prodution from changeman tool and to submit a file to production
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What rules are to be followed while using the corresponding options?
What is the difference between goback, stop run and exit program in cobol?
In COBOL programming, what is PERFORM? What is VARYING?