what is the job entry system used in your project?
Answers were Sorted based on User's Feedback
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 ?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
What is notcat 2 - gs?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
Describe the DD statement, its meaning, syntax and keywords?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
Explain the function of job statement in jcl?
diff bw vsam and normal flat file?