i want to avoid the positional parameter how to code it ?
Answers were Sorted based on User's Feedback
Answer / venkat
without specifying the value put a comma(,).
Ex:
//job00001 job ,,notify=&sysuid
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / nikita kekre
To avoid positional parameters,mark their presence with the
help of comma.
eg in Jobcard if i dnt wanna code accounting info and
programmer's name(both r positional parameters thn i cn
simple use commas)
//t12344J JOB ,,CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / pratim dasgupta
if only keyword parameters are coded! no need to give comma
even. if even one positional parameter is coded then comma
is necessary!!
| Is This Answer Correct ? | 3 Yes | 0 No |
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
how to do automated restart when a job abends?
What is the function of job statement in jcl?
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
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Can we use DISP=SHR in output file in JCL
If your job fails at particular step then what would be the return code for next steps
What do you understand by the terms: joblib and steplib?
WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
when we use sysprint and sysout statements
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?