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 13025why 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 9973if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
IBM,
4 11078If 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 417971.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
11 48869Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
7 15941how 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 14735
Is automatic restart possible in jcl? If yes, how?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain the function of //cntl statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain the function of the dd dcb keyword?
Can I send output of job to my remote device careerride123?
what is the JCL statement consists of?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How jcl is used for testing batch programs?
What is the function of the dd dcb keyword?
Must tape dataset definitions include vol=ser specifications?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
When space is allocated for an output dataset, what units can be used?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?