Answer Posted / vinay sonar
By using IEBCOPY
Syntax is
DD1 DD DSN=PMAP391.NEW.PS,DISP=SHR
DD2 DD DSN=PMAP391.NEW.PS,DISP=SHR
OR
Type Z infront of dataset name in catlog
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in exec statement?
what is the resolution for sb37 error
What is the purpose of dd * statement in jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What parameter directs the output of the job log dataset?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is the difference between JES3 and JES2?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How can a jobs execution priority be modified?
What is the difference between the positional and keyword parameters? Give examples.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How would you understand error(execution phase)?
How can values be passed from the job stream to an executable program?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you