What statement can be used to send data to another mvs jes3 node?
No Answer is Posted For this Question
Be the First to Post Answer
What is S322 abend ?
How is a dataset passed from one step to another?
How to copy VSAM files without using REPRO
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
if we give two job cards in a single what happens
Mention the types of job control statements?
whats SOC7?
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.
When output dataset space is required, what quantity categories are used?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
what is the function of spool command?
How do you submit JCL via a Cobol program?