doubt in jcl

jcl interview questions

Moderator: Moderator Group

Post Reply
bellamsivaji
Member
Posts: 2
Joined: Wed Apr 21, 2010 11:43 pm

doubt in jcl

Post by bellamsivaji » Tue Aug 03, 2010 1:27 am

lastweek i am attended csc inerview in tht interview they are asked some questions
1. proc1
proc2
up to proc5 is there if i want to call proc1 and proc5how can u write the code.

2. sysut1, sysut2, upto sysut5 isthere i want to concatinate the 1 one and 5th one how can u concatinate write the code.

bellamsivaji
Member
Posts: 2
Joined: Wed Apr 21, 2010 11:43 pm

Post by bellamsivaji » Tue Aug 03, 2010 1:28 am

sivaji

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

Post by Anuj Dhawan » Tue Aug 03, 2010 11:25 am

Are you sure you have posted the correct questions? And what is your second post all about?
Regards,
Anuj

rajamohan.v
Member
Posts: 1
Joined: Thu Jun 09, 2011 9:03 am

Solution to concatenate selected steps

Post by rajamohan.v » Thu Jun 09, 2011 12:28 pm

Hi All,
Here i am using Instream procedure to concatenate the selected steps.
Inside the procedure code the concatenate step using IEBGENER.

//INST PROC
//STEP1 EXEC PGM=IEBGENER
//SYSUT1 DD DISP=SHR,DSN=Project.group.type1
// DD DISP=SHR,DSN=Project.group.type2
// DD DISP=SHR,DSN=Project.group.type3
//SYSUT2 DD DSN=Project.group.type4,DISP=(NEW,CATLG,DELETE),
// SPACE=(TRK,(40,20),RLSE),
// DCB=(LRECL=80,RECFM=FB,BLKSIZE=800)
//INST PEND
//*
//STEP2 EXEC INST
//SYSPRINT DD SYSOUT=*
//STEP1.SYSUT1 DD
// DD DSN=Project.group.type3
// DD DSN=Project.group.type3
//SYSIN DD DUMMY

Here in STEP2 we are calling the instream procedure. The result of this step is concatenates only the 2nd and 3rd datasets inside the PROC

mukundlalverma
Member
Posts: 1
Joined: Mon Feb 25, 2013 10:29 am

Post by mukundlalverma » Mon Feb 25, 2013 10:37 am

hi

DikDude
Moderator
Posts: 1001
Joined: Fri Jul 22, 2011 8:39 am
Location: usa

Post by DikDude » Mon Feb 25, 2013 1:35 pm

This is not a chat room.

Please post only appropriate topics in the proper part of the forum.
Have a good one

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