What is NOTCAT ?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to define dd statements as you want?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
What is the maximum length of a single line of jcl?
what is the difference between return code and maxcc?
hi friends........if u know syntax of IEBEDIT IN JCL
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
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
I need exexution process for JCL programs
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
What is Uncatalog dataset? How can we access/use them?