venkatachalam


{ City } chennai
< Country > india
* Profession *
User No # 45434
Total Questions Posted # 2
Total Answers Posted # 2

Total Answers Posted for My Questions # 11
Total Views for My Questions # 26284

Users Marked my Answers as Correct # 3
Users Marked my Answers as Wrong # 12
Questions / { venkatachalam }
Questions Answers Category Views Company eMail

JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?

HCL,

4 JCL 15127

COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM END-IF.

HCL,

7 COBOL 11157




Answers / { venkatachalam }

Question { HCL, 15127 }

JCL Example:
//
//RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID
//STEP01 EXEC PGM=IEFBR14
//
..
..

If this JCL will run or it'll throw the ERROR?


Answer

Yes Lu. As per ur requirement if i added account info.
What will happen for the "double //" when JCL starts
executing?

//
//RUNJCL JOB ,'COUNT',CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID
//STEP01 EXEC PGM=IEFBR14
//
..
..

Is This Answer Correct ?    3 Yes 7 No

Question { HCL, 11157 }

COBOL Snippet: Tell where the control will when the below
code execute

IF (A=B)
CONTINUE
ELSE
NEXT SENTENCE
PERFORM
END-IF.


Answer

First of all u have to know the standards and basic things.
If u don't just leave. Other one can answer for this ques.

Is This Answer Correct ?    0 Yes 5 No