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


Please Help Members By Posting Answers For Below Questions

what EXEC statement is and what is the syntax of EXEC statement used in JCL?

638


Explain the jcl exec statement?

654


is there any way to execute more than one proc in the same exec statement at the same time..?

2115


What are the parameter we cannot use in procedure?

644


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 ?

953






What do you understand by jcl?

632


Does jcl support automatic restart?

769


How is a type of file defined in the jcl that executes the cobol program?

716


What statement can be used to send data to another mvs jes3 node?

836


What is the purpose of the dd keylen parameter?

728


Is their any set of rules for dd? Explain.

669


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?

741


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

708


Are there any set of rules for the names of the steps used in a job?

644


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2113