Answer Posted / krishna
//jobname JOB NOTIFY=&SYSUID
//STEP EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
PRINT IDS("DATASET NAME") HEX/DUMP/CHAR
/*
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain how can an in-stream dataset be terminated?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the function of //cntl statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what are JCLLIB and STEPLIB in JCL?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
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..?
What is the significance of addrspc parameter in exec statement?
What is multithreading in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
List the different components of jcl statement?
Explain the purpose of the dd keylen parameter?