What is the name of the job that has an address space identifier (ASID) of one?
Latest Answer: ASID 1 is generally assigned to the master scheduler. Most shops will have the basically the same first 30 or so ASID tasks. ...
Which spool command is used to release a job that has been submitted with HOLD option?
Latest Answer: Hi,U can give "A" beside the job name in the spool area and press enter ...
How to Run same steps in a jcl 'n' number of time each time with different input files without repeating the steps n times?
Latest Answer: While this may not be an elegant solution, what I would do is to set up a PROC with a substitution variable. I would then invoke the PROC n times using n EXEC cards with the file override substitution. ...
How to Run same steps in a jcl 'n' number of time without repeating the steps n times?
Latest Answer: Hi,if you want to run the same steps repeated number of times.code all those steps in a Proc (either ctaalog or instream), and call the proc when ever and where ever u want.please correct me if i am wrong incase.jinka.saikrishna@gmail.com ...
What is the SORT CARD pertaining to the following statements:SD SORT-FILE.01 SORT REC. 05 NAME PIC X(10). 05 FILLER PIC X(45). 05 DEPIT PIC X(15). 05 AGE PIC 9(3). 05 SALARY PIC 9(6)V99
Latest Answer: Sort Fields=(1,10,CH,A,74,5,PD,A,71,3,ZD,D) ...
Latest Answer: If JCL error occurs after the creation of data set statement in the step, then data set is created successfully, otherwise if error occurs before the creation of data set statement or creation statement then data set wont be created. ...
Latest Answer: its not intdr, its intrdr which is a internal reader used to submit the jcl through the cobol program. ...
The step contains more than 3273 DD statements then what will happen the job if I submit..?
Latest Answer: The original question was about the number OF DD STATEMENTS, not(!) the number of JOB STEPS! ...
Latest Answer: The SYSOUT parameter is used to send the output which is generated during job execution.With the SYSPRINT DD statement you tell into which output queue you want the utility to place its messages and report.SYSOUT and SYSPRINT are two different output ...
Latest Answer: Data exception
Data field was un-initialized, or was initialized incorrectly.
Input data was incorrect.
Uncontrolled loop operated on decimal fields.
Record description did not match actual field lengths.
Fields in decimal arithmetic operation ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top