In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?
Post New Answer View All Answers
example for sub strings ? and refernce modifications whit output pls
what is the difference between COBOL2 AND COBOL390?
what is search and searchall?what is the diffrence between them?give an best example?
how do you reference the fixed unblock file formats from cobol programs
Are you comfortable in cobol or jcl?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the use of intialize verb?
how to move the records from file to array table. give with code example
How to remove 2 duplicate records and copy only one using job control language?
How to print 10 to 1 if the input have only 10 digit number?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Describe the cobol database components?