what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
3 13043why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
1 7912If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
3 9994if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
IBM,
4 11101If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
8 418141.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
11 48911Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
7 15978how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
1 16807Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
4 14755
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Define concatenating?
what operation is performed by job statement?
when can a job time-out occur? How to overcome that?
what is use of dcb parameter in dd statement?
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) ?
What is multithreading in jcl?
Explain the purpose of dd dummy statement?
what is DSN parameter and DISP parameter is used for?
write a jcl to execute a job by 7:00 am on jan 20,1986?
When space is allocated for an output dataset, what units can be used?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC