how to purge 50 initiators continuously?? console commands??

Answer Posted / saravanan

$pi(1-50)

Is This Answer Correct ?    23 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Cataloged Procedures?

701


What is the function of a dd statement?

698


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1476


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1022


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

660






Define concatenating?

653


when can a job time-out occur? How to overcome that?

737


what is use of disp parameter in dd statement?

647


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1607


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1979


what is the difference between JES3 and JES2?

665


Can we call instream to catalog and catalog to instream?

671


Explain the job statement in jcl?

634


which utility is used to run a cobol-db2 program?

792


how do you code a null statement?

761