Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
No Answer is Posted For this Question
Be the First to Post Answer
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
if we give two job cards in a single what happens
What is meant by S0C7 system abend code?
Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.
jcl is like a complier....?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is one line to pass PARM from JCL to COBOL?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
how to do automated restart when a job abends?