can any one plzzzzzz tell the jcl code for creating ps
using idcams
Answer Posted / harsha
//STEP001 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//DD1 DD DSN=...,DISP=...,
// DCB=...,UNIT=...,SPACE=...
//SYSIN DD DUMMY
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How is the record format of an output dataset specified?
Is acct parameter mandatory?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How jcl is used for testing batch programs?
Where can program checkpoints be stored for use in a restart?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how can you check if a file is empty using jcl?
What is job control language?
what is use of dsn parameter in dd statement?
In job processing, what happens in conversion stage?
What statement can be used to send data to another mvs jes3 node?
Suppose I have five jobs to do. But I want to hold one?
What are steplib and joblib? What for they are used?
what is “Cond= even” and “Cond=only”?