What statement can be used to send data to another mvs jes3 node?
Answer / Munna Kumar
The MOVE statement with a DD-DISP=SHR (Shared) parameter can be used to send data to another MVS JES3 node. This allows the same dataset to be accessed concurrently by multiple jobs.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of dd dummy statement?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
Can we use DISP=SHR in output file in JCL
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.
what is a MODELDSCB?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
If job is submitted with typerun = hold then how can we submit the same job?
Explain about SYSVAR