How to print data of sequential file to Spool..?
Answers were Sorted based on User's Feedback
Answer / valmiki1980
//JOB CARD
//STEP01 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=XXXXXXXXXXXXX,DISP=SHR
//SYSUT2 DD SYSOUT=* // THIS STEP WILL PRINT FILE TO SPOOL
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / 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 |
How do you pass parameters to the program as the job is being executed ?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
how to set dependancy for jobs?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
what is A-MODE and R-MODE?
what are the various stages of job processing?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
Describe the various parameters utilized in the creation of a gdg?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
can we bowse or edit the GDG dataset if it is a tape entry?