can any one plzzzzzz tell the jcl code for creating ps
using idcams
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
how to convert fb to vb in jcl ?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Explain COND used in JCL?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
How I sort the records in a file and copy the first 10 records to another file
List some valid operation codes in JCL
wht do u mean by inrec and outrec ?
What is S322 abend ?
what are the technical terms for // /* in jcl
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?