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 13020why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
1 7904If 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 9973if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
IBM,
4 11067If 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 417871.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
11 48859Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
7 15940how 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 16801Suppose 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 14732
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is “Cond= even” and “Cond=only”?
Explain the purpose of dd * statement in jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How can a fb file convert to vb file using sort program?
What happens if both JOBLIB & STEPLIB is specified ?
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
What is catelog procedure and how many catelog procedure to use in one job?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How does jcl act on code(if you take a cobol program)?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
when can a job time-out occur? How to overcome that?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Differentiate between the joblib and the steplib statements?