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
Why block size is multiple of lrecl in jcl?
Explain how can the submitting users racf authority be overridden in a job stream?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What parameter directs the output of the job log dataset?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
how would you create a temporary dataset? And where will you use them?
Explain about LMFREE�free data set from its association with data ID
what is SOC4 error?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is timing concept in mainframe?
Explain the function of dd disp parameter?
how you will the direct the data to spool using sysout option?
Which statement is used to identify the private libraries in job?