Search found 3 matches

by rajivtuli2512
Wed Jul 21, 2010 12:23 am
Forum: OTHER SUBJECTS
Topic: Mainframe Simulator
Replies: 3
Views: 17390

hey I have ran 'Hercules' .. But not finding any option to run the JCL over there
by rajivtuli2512
Wed Jul 21, 2010 12:15 am
Forum: JCL
Topic: Need a Mainframe Simulator / Emulator
Replies: 1
Views: 4891

Need a Mainframe Simulator / Emulator

Hi,

Seems asking a question, for which i have already a answere with me and that is "NO".

Need information, if some one has, that is there any kind of product/software called as Mainframe Emulator/Simulator in the market so that i can run my JCL at home for the sake of practice ? :?:
by rajivtuli2512
Wed Jul 21, 2010 12:12 am
Forum: JCL
Topic: Doubt in Cond code?
Replies: 7
Views: 9718

Hi,

Try this code ..


//TRNG002 JOB (U940),'SIVA SARAS'
//STEP1 EXEC PGM=PROG1
//STEP2 EXEC PGM=CBPRG,
//STEP3 EXEC PGM=CBPRG2,COND=(4095,LE,STEP2)
//STEP4 EXEC PGM=CBPRG3,
//STEP5 EXEC PGM=CBPRG4,COND=(4095,LE,STEP4)
//

Thanks