I have a PDS and want to omit few rows of all members of a
PDS. How to do it?
Answer Posted / nikita
we can do it using REXX
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
what is use of dcb parameter in dd statement?
Are there any set of rules for the names of the steps used in a job? What are they?
How can a jobs execution priority be modified?
Explain the function of job statement in jcl?
How would you understand error(execution phase)?
what happens in conversion stage in job processing?
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
can any one plzzzzzz tell the jcl code for creating ps using idcams
which parameter is used to check the syntax of a jcl without executing it?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is SOC4 error?
what is DD statement is used in JCL?
how do you access an uncataloged dataset in a jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?