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
What is the function of the dd dcb keyword?
List the different components of jcl statement?
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
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How do you overcome this limitation ?
How can the disposition of sysout datasets be set for an entire jobstream?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What do you understand by jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Is acct parameter mandatory?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
how JCL works?
Can we use DISP=SHR in output file in JCL
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?