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 13032why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
1 7906If 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 9978if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
IBM,
4 11079If 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 417991.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
11 48876Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
7 15947how 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 16802Suppose 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 14738
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is concatenating?
how do you code a null statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain how can return codes be tested before execution of a job step?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
when can a job time-out occur? How to overcome that?
i want to store 20 digits . how will u do it in cobol ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Name a few IBM utility programs, and explain its function.
What is the purpose of dd dummy statement?
What is the purpose of dd * statement in jcl?
Explain the jcl exec statement?
How is a type of file defined in the jcl that executes the cobol program?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.