|
Related Questions |
View Answer |
|
7. main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
|
View Answer
|
|
6. main() { extern int i; i=20; printf("%d",i); }
|
}
- JCL Interview Questions & Answers">
View Answer
|
|
5. main() { int c[ ]={2.8,3.4,4,6.7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf(" %d ",*c); ++q; } for(j=0;j<5;j++){ printf(" %d ",*p); ++p; } }
|
View Answer
|
|
4. main() { static int var = 5; printf("%d ",var--); if(var) main(); }
|
if(var) main(); } - JCL Interview Questions & Answers">
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
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All JCL Interview Questions & Answers - Exam Mode /
Learning Mode
|