IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Difference between PROC Step and JCL Step?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
yuvaraj80

New User


Joined: 03 Oct 2005
Posts: 10

PostPosted: Mon Oct 03, 2005 9:22 pm
Reply with quote

Hello Everyone,
Today I am struck with an unusual doubt. I have a Job in which I call a PROC(TESTPROC) in which I execute a STEP(BBBB0010)

JOB:
//DUMMYJOB "AAAAA" .......
//AAAA0010 EXEC TESTPROC
//

PROC:
//TESTPROC PROC
//BBBB0010 EXEC PGM=DUMPGM
//

From the above statements, of 'AAAA0010' and 'BBBB0010', which is the PROC step and which is the JCL step?

Expecting your valuable replies,
Yuvaraj.
Back to top
View user's profile Send private message
Kevin

Active User


Joined: 25 Aug 2005
Posts: 234

PostPosted: Mon Oct 03, 2005 9:33 pm
Reply with quote

AAAA0010 is the Job Step. BBBB0010 is the Proc step.
Back to top
View user's profile Send private message
yuvaraj80

New User


Joined: 03 Oct 2005
Posts: 10

PostPosted: Mon Oct 03, 2005 9:45 pm
Reply with quote

Thanks, man. I was in the middle of writing a mail to my offshore team, where I have to mention about job step and proc step. It helps.
thanks,
Yuvaraj.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts Timestamp difference and its average ... DB2 11
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts Difference when accessing dataset in ... JCL & VSAM 7
Search our Forums:

Back to Top