What is the purpose of the PARM keyword in the EXEC statement?
Answers were Sorted based on User's Feedback
Answer / venkatachalam
Passing the input to the COBOL Program. The length of the
parm parameter size only 100 characters.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
The value after the PARM= specifies control information to
be passed to the executing program of the job step.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kranthi kumar m
parm is a activity level parameter,it i used to pass maximum
100 characters of data from jcl to cobol program,and it is
mainly used when we want to pass date n time..... if we want
to pass large volumes of data we dn't use pam parameter
instead of it we use 'sysin dd*'
| Is This Answer Correct ? | 1 Yes | 0 No |
What will happen if we write two STOP RUN's in a COBOL program?
what is the JCL statement consists of?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
Can we use DISP=SHR in output file in JCL
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
Explain about LMQUERY�give a dialog information about a data set
what is JCL?
what are the technical terms for // /* in jcl
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
i just need the first and last record from a sequencial file?how
how to resolve sb37,sd37 se37 abends