Answer Posted / lu
In JCL u see :
1) STEP1 EXEC PGM=IKJEFT01
2)SYSTSIN DD *
DSN SYSTEM(DSN)
RUN PROGRAM(PGM157) PLAN(PLAN157) -
LIB('IBMMFS.MACC.LOAD')
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
what is use of disp parameter in dd statement?
which utility is used a dummy utility?
what is SOC4 error?
What dd statement is used to supply the name of a dataset?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Why block size is multiple of lrecl in jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is the difference between JES3 and JES2?
What are steplib and joblib?
How does jcl act on a cobol code?
which utility is used to sort a file in jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what operation is performed by job statement?
How is the record format of an output dataset specified?
what is the JCL statement consists of?