what is the general use of PARM? Give an explanation about
the system defined parameters that could be passed through
this PARM like XREF,LIST,LET,APOST,RENT etc..
Answer Posted / nk
PARM is a way to pass data into a program without defining
a file for it. The parms listed are used to pass to COBOL
compiler.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain how can a stopped job be started again?
What happens if both JOBLIB & STEPLIB is specified ?
Is condition checking possible in jcl?
What is the purpose of disp parameter?
which utility is used to sort a file in jcl?
How is the record format of an output dataset specified?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how can you check if a file is empty using jcl?
Is there any command to check wether the ps file is in sorted order?
What is multithreading in jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How can a stopped job be started again?