can any one plzzzzzz tell the jcl code for creating ps
using idcams
Answer Posted / bejjanki
Why you want to use "IDCAMS" when "IEFBR14" Utility is
already available.
IEFBR14 - Is used to create only files(PS/PDS).
//Jobcard
//STEP EXEC PGM=IEFBR14
//DD1 DD DSN=KK.PS.FILE,DISP=(,CATLG,DELETE),
// SPACE=(TRK,(10,2),RLSE),
// DCB=(LRECL=80,BLKSIZE=800,RECFM=FB),
//
Let me know if any concerns.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
if the submitter of a job wants to inform another user about the job completion, how can it be done?
which parameter is use to declare the name of dataset in dd statement?
How to submit jcl through a cobol program?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How would you understand error(execution phase)?
What does a disposition of (MOD,DELETE,DELETE) mean ?
define cond parameter in jcl?
what is the compile process of cobol program expalin with code
How can the disposition of sysout datasets be set for an entire jobstream?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how to run batch program without jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how do you access an uncataloged dataset in a jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?