What is the version of Step?

ramesh4mainframes
Posts: 32
Joined: Mon Jun 07, 2010 3:58 pm
Skillset: JCL COBOL VSAM DB2
Referer: MY Faculty
Location: Hyderabad

What is the version of Step?

Postby ramesh4mainframes » Thu Aug 12, 2010 10:07 am

I have 3 steps, in that step2 has abend. Then what is the version of Step 2?

The interviewer not mentioned whether it is in GDG or not.
Thanks,
RamS

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: What is the version of Step?

Postby dick scherrer » Thu Aug 12, 2010 10:10 am

Hello,

These questions are getting worse and worse. . . :(

We are here to help, not try to teach when someone has no foundation at all. . .
Hope this helps,
d.sch.

fornanthakumar
Posts: 69
Joined: Fri Oct 22, 2010 1:58 pm
Skillset: JCL,
COBOL,
REXX,
VSAM,
DB2,
VM-COBOL,
BASIC- CICS,
EASYTRIEVE
Referer: Self-Discover

Re: What is the version of Step?

Postby fornanthakumar » Tue Nov 02, 2010 12:25 am

Please post your question clearly. :D
Regards,
Nanthu.Y.

steve-myers
Global moderator
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Skillset: Assembler, JCL, utilities
Referer: zos.efglobe.com

Re: What is the version of Step?

Postby steve-myers » Tue Nov 02, 2010 1:38 am

ramesh4mainframes wrote:I have 3 steps, in that step2 has abend. Then what is the version of Step 2?

The interviewer not mentioned whether it is in GDG or not.
As others have stated, the question has no meaning. The mostly likely interpretation of "step" is a step in JCL. A step has no version. Another person suggested something about a GDG data set, possibly in this context:

Code: Select all

//ASTEP    EXEC PGM=ABADPGM
//AGDG      DD  DISP=(NEW,CATLG),---,DSN=AGDG(+1)
This JCL will catalog the generation data set as AGDG.GggggV00. The "00" is the "version" of generation gggg. The value assigned to gggg depends on other data sets in the generation data group. Notice that I did not specify Vvv. This is because a new generation is always "version" 00. It might be that is the answer that was wanted.


  • Similar Topics
    Replies
    Views
    Last post