wht do u mean by (*,intrdr) wht is * used for ?

Answer Posted / valmiki

This is also used in IEBEDIT as an alternate to COND for
submitting slective Steps of jcl

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a scope terminator give example?

659


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3724


What is the difference between perform … with test after and perform … with test before?

885


How you can characterize tables in cobol?

723


What are declaratives and what are their uses in cobol?

714






How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


example for sub strings ? and refernce modifications whit output pls

1848


What is a SSRANGE and NOSSRANGE?

826


i want a program using by if, evaluate , string, unstring, perform, occurs?

4067


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

714


how to access the file from prodution from changeman tool and to submit a file to production

6688


What is the difference between PIC 9.99 and 9v99 in COBOL?

737


What is amode(24)?

684


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.

1121


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.

2014