As PARM can supply information to a program ? Can PARM be
used to supply information to a cataloged or Inline
Procedure also ?
Answers were Sorted based on User's Feedback
Answer / prachi
PARM is basically used to send the values to cobol program
So i guess in both the cases for instream as well as for
catalog procedure ...we can use PARM parameter..
Correct me if i am wrong..
Is This Answer Correct ? | 1 Yes | 2 No |
//mystep EXEC PGM=myprog,PARM='myparameters'
myparameters can content any data as your program need.
There is no way to use PARM with instream or cataloged
procedures.
Is This Answer Correct ? | 0 Yes | 1 No |
Do we need to code DCB parameters when using DISP position as MOD?
Can we call instream to catalog and catalog to instream?
what is inrec fields and outrec fields in sorting
Which statement is used to identify the private libraries in job?
What is meant by S0C7 system abend code?
in jcl you are having JCLLIB and STEPLIB what happens
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?.
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
how do u define a file in cobol and jcl ?
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..