In jcl please help me.

In this Mainframe Forum - You can post your queries on JCL, OS/390 JCL, MVS JCL, z/OS JCL, JES2 & JES3

Moderators: Frank Yaeger, DikDude, Moderator Group

Post Reply
mainframe5
Active Member
Posts: 59
Joined: Tue Jul 24, 2007 7:25 pm

In jcl please help me.

Post by mainframe5 » Fri Aug 01, 2008 7:39 pm

In jcl i have 100 steps but i am execute only step 20 what comman i am using .please help me.give me a example.

ksk
Member
Posts: 12
Joined: Mon May 12, 2008 3:06 pm

Post by ksk » Mon Aug 04, 2008 4:00 pm

Use the following JCL.

//JOBNAME JOB (ABCD),TEST,MSGLEVEL=(1,1),CLASS=K,MSGCLASS=X,

// NOTIFY=&SYSUID

//STEP0001 EXEC PGM=IEBEDIT

//SYSUT1 DD DISP=SHR,DSN=TEST.JCL(MEMBER)

//SYSUT2 DD SYSOUT=(*,INTRDR)

//SYSPRINT DD SYSOUT=*

//SYSIN DD DATA

EDIT TYPE=INCLUDE,STEPNAME=(STEP20)

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Tue Nov 25, 2008 7:19 am

Hi,

There are alternative methods but they depend on your requirement-

1. Open the member in view mode, delete other steps & keep the Job card along with step of your interest - SUbmit.

2. Mark labels to the step you want to EXECute, say .A & .B. Now on command prompt- SUB .A .B .

3. IEBEDIT as shown, but keep in mind your parametes should start from column 2.
Regards,
Anuj

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others