what are control cards?
where and how to use them?
explain me in detail .
What are control cards in JCL
-
- Posts: 110
- Joined: Thu Dec 27, 2007 5:18 pm
- Skillset: Known little stuffs to answer a few queries!!
- Referer: Google
- Contact:
Re: What are control cards in JCL
onkarnath,
Control Cards are the datasets (can also be an instream data) which has the SYSIN, SYSTIN, etc information.
See a sort step you can find the Control cards. It can also be called as PARMLIBs.
or
Hope you understood.
Arun.
Control Cards are the datasets (can also be an instream data) which has the SYSIN, SYSTIN, etc information.
See a sort step you can find the Control cards. It can also be called as PARMLIBs.
Code: Select all
SYSIN DD DSN=CONTROL CARD,DISP=SHR
or
Code: Select all
SYSIN DD *
CONTROL STATEMENTS
/* De-limiter
Hope you understood.
Arun.
- Frank Yaeger
- Global moderator
- Posts: 1079
- Joined: Sat Jun 09, 2007 8:44 pm
- Skillset: DFSORT, ICETOOL, ICEGENER
- Referer: Search
- Contact:
Re: What are control cards in JCL
Control statements provide information to a program. For example, they might indicate the function a program is to perform as well as various options for performing that function.
Here are some DFSORT control statements in a SYSIN file:
Each program defines the control statements it uses and how they can be input to the program.
If you want more specific information, you'll need to ask a more specific question.
Here are some DFSORT control statements in a SYSIN file:
Code: Select all
//SYSIN DD *
OPTION EQUALS
SORT FIELDS=(5,4,CH,A)
/*
Each program defines the control statements it uses and how they can be input to the program.
If you want more specific information, you'll need to ask a more specific question.
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort