what are the technical terms for
//
/*
in jcl
Answer Posted / praveen kumar bejjanki
// identifier
/* Delimeter
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Where can program checkpoints be stored for use in a restart?
what is the purpose of coding notify parameter in job statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
List the different jcl statements that are not permitted in the procedures?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is DSN parameter and DISP parameter is used for?
what is “Cond= even” and “Cond=only”?
Explain the function of //cntl statement?
What is the difference between the positional and keyword parameters? Give examples.
Explain the hierarchy levels in jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what are the statements that are not valid to be included in an include statement?