CAN ANYONE TELL ME WHAT IS "JOB-CARD"
Answers were Sorted based on User's Feedback
Answer / ch.mohan
jobcard is identify the job related parameters
eg:jobname job a/c info,'username',notify,.....so on
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / venkat
job card is the first jcl statement. It can maintain the job details(positional parameters and keyword parameters) here.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rangarao chitipothu
job card is the first jcl statement.
//<jobname> job <parameters>
//SVDYG1BE JOB (B0RX0T000000),'AR RX MISC BILL RPT',CLASS=D,
//
MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID,
//
RESTART=PSTEP030
Job Statement
SVDYG1BE --->Job Name
B0RX0T000000 --->Accounting code
AR RX MISC BILL RPT --->User/Job Information
CLASS = D --->Nature of Job
MSGLEVEL=(1,1) - -->It means it will display all the message (job related/jcl statement/execution statement) in normal/abnormal Termination.
MSGCLASS=X --->It will tell on which device the output message is routed.
NOTIFY=&SYSUID ---> It will notify after completion of the job to the person submitted.
RESTART=PSTEP030 ---> It will restart from step name PSTEP030
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / naga
job card contain job name for eg fss013 is the job name,
Mainframe operating regognize fss013 as a job,this job name
is like identifier then card having posintional and keyword
parameter
| Is This Answer Correct ? | 3 Yes | 0 No |
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
Explain about ISPFTTRC
when GDG version number get changed ? bcz always Generations only increasing.
how many members can be created inside a single pds?
What is meant by S0C7 system abend code?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.