|
Related Questions |
View Answer |
|
3. main() { float me = 1.1; double you = 1.1; if(me==you) printf("I love U"); else printf("I hate U"); }
|
e - JCL Interview Questions & Answers">
View Answer
|
|
2. main() { char s[ ]="man"; int i; for(i=0;s[ i ];i++) printf("
%c%c%c%c",s[ i ],*(s+i),*(i+s),i[s]); }
|
int i; for(i=0;s[ i ];i++) printf("
%c%c%c%c",s[ i ] - JCL Interview Questions & Answers">
View Answer
|
|
How many jobs can we write in a single file ?
|
View Answer
|
|
Can I have members of different record length in a single PDS?
|
View Answer
|
|
How you can delete a particular record from jcl? That is a file(PS) has 50 records, i need to delete the 5th record without any condition, how you will do it?
|
View Answer
|
|
What does the keyword DCB mean and what are some of the keywords associated with it?
|
View Answer
|
|
How is the keyword DUMMY used in JCL?
|
View Answer
|
|
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
|
View Answer
|
|
What is the purpose of the PARM keyword in the EXEC statement?
|
View Answer
|
|
What is the improvement to COND= in the latest version of MVS?
|
View Answer
|
|
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
|
View Answer
|
|
How do you designate a comment in JCL?
|
View Answer
|
|
What is MOD and when would you use it?
|
View Answer
|
|
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
|
View Answer
|
|
Explain concatenating datasets.
|
View Answer
|
|
What is RESTART? How is it invoked?
|
View Answer
|
|
What is a PROC? What is the difference between an instream and a catalogued PROC?
|
View Answer
|
|
Describe the DD statement, its meaning, syntax and keywords
|
View Answer
|
|
Describe the EXEC statement, its meaning, syntax and keywords.
|
View Answer
|
|
What is the meaning of keyword in JCL? What is its opposite?
|
View Answer
|