Why include statement is used in a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What will happen if we write two STOP RUN's in a COBOL program?
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
Can we change a FB file to VB file in JCL? Please help
Name what parameter directs the output of the job log dataset?
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.
Can I send output of job to my remote device careerride123?
what is the difference between JES3 and JES2?
What is a MODEL Paramater in GDG ?
In job processing, what happens in conversion stage?