Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...


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



As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged..

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

As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged..

Answer / mode rator

//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

Post New Answer

More JCL Interview Questions

Do we need to code DCB parameters when using DISP position as MOD?

1 Answers   Accenture,


Can we call instream to catalog and catalog to instream?

0 Answers  


what is inrec fields and outrec fields in sorting

3 Answers   Fidelity,


Which statement is used to identify the private libraries in job?

0 Answers  


What is meant by S0C7 system abend code?

8 Answers  






in jcl you are having JCLLIB and STEPLIB what happens

10 Answers   EDS, Wipro,


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?.

1 Answers  


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


//{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?

2 Answers   CCS, CTS,


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?

4 Answers   Broadridge, HCL,


how do u define a file in cobol and jcl ?

2 Answers   TCS,


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..

1 Answers   CTS,


Categories