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

Answers were Sorted based on User's Feedback



what is the general use of PARM? Give an explanation about the system defined parameters that coul..

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

what is the general use of PARM? Give an explanation about the system defined parameters that coul..

Answer / samay simant

PARM: Its a parameter in EXEC Statement to pass data or
provide input to the PGM that EXEC calls.

Regarding system defined parameters:Theses parameters are
passed to the program 'IEWL' ,its the compiler program.

XREF:
This is a COBOL compiler option. Format: XREF NOXREF
Abbreviations: X NOX
IBM-default: NOXREF

XREF requests that the compiler produce a sorted cross-
reference showing EBCDIC data-names and EBCDIC procedure
names (in alphanumeric order) and the line numbers of the
source lines in which they are referenced. It also includes
a listing of DBCS data-names and DBCS procedure names in
the same order as they appear in the source program (unless
the DBCSXREF installation option is selected) as well as a
section listing all the program names that are referenced
in the source program and the line number in which they are
defined (with external program names identified as such).
In the data-name portion of the XREF listing, line numbers
preceded by the letter ‘M’ indicate the data item is
modified by a statement on that line. Elementary names
within a group item referenced in a MOVE CORRESPONDING
statement will also be included in the XREF listing. If
both XREF and SOURCE are specified, cross-reference
information will also be embedded in the source listing
itself
(i.e., at the right hand end of the line to which it
applies).
This information includes line number references as well as
an
indication that a name is undefined (UND), duplicately
defined

(DUP), implicitly defined (IMP), or, if a program name,
externally defined (EXT).


LIST:
This is a COBOL compiler option. Format: LIST NOLIST
Abbreviations: None
IBM-default: NOLIST

LIST requests that the compiler produce a listing of the
generated machine language object code (which is produced
by printing out the corresponding assembler-language source
code). LIST also provides information in the output listing
about: • Global tables • Literal pools • WORKING-STORAGE

LET:No Idea BOSS. If you get any details kindly let me
know.

APOST:
APOST specifies that the single quote mark or apostrophe
(‘) is to be the delimiter character for non-numeric
literals.

RENT:
A program compiled as RENT is generated as a reentrant
object program; a program
compiled as NORENT is generated as a nonreentrant object
program. Either can be
invoked as a main program or subprogram.


In case further queries:do write at
samaysimant@rediffmail.com

Is This Answer Correct ?    1 Yes 0 No

what is the general use of PARM? Give an explanation about the system defined parameters that coul..

Answer / tnr

PARM parameter is used to pass the data to the COBOL
program from JCL.Using this parameter you can pass only 100
characters excluding quotes.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More JCL Interview Questions

what is the difference between perform varying and perform

1 Answers  


in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?

3 Answers   Patni,


What is the syntax of JCL statement?

0 Answers  


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


When cursor is not closed what is the error?

3 Answers   IBM,






I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????

4 Answers   CTS,


Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?

7 Answers   IBM,


What is the purpose of dd * statement in jcl?

0 Answers  


if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?

2 Answers   ITC Infotech,


We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?

2 Answers   CTS, IBM,


Where can program checkpoints be stored for use in a restart?

0 Answers  


Max generations in GDG??

15 Answers   Xansa,


Categories